.
This commit is contained in:
parent
52aaec8067
commit
20fed0ac3d
2 changed files with 2 additions and 110 deletions
66
flake.lock
66
flake.lock
|
@ -1,66 +0,0 @@
|
||||||
{
|
|
||||||
"nodes": {
|
|
||||||
"home-manager": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1730633670,
|
|
||||||
"narHash": "sha256-ZFJqIXpvVKvzOVFKWNRDyIyAo+GYdmEPaYi1bZB6uf0=",
|
|
||||||
"owner": "nix-community",
|
|
||||||
"repo": "home-manager",
|
|
||||||
"rev": "8f6ca7855d409aeebe2a582c6fd6b6a8d0bf5661",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "nix-community",
|
|
||||||
"ref": "master",
|
|
||||||
"repo": "home-manager",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nix-flatpak": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1711997201,
|
|
||||||
"narHash": "sha256-J71xzQlVYsjagA4AsVwRazhBh2rZrPpKvxTgs6UzL7c=",
|
|
||||||
"owner": "gmodena",
|
|
||||||
"repo": "nix-flatpak",
|
|
||||||
"rev": "b76fa31346db7fc958a9898f3c594696ca71c4fd",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "gmodena",
|
|
||||||
"ref": "v0.4.1",
|
|
||||||
"repo": "nix-flatpak",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixpkgs": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1730531603,
|
|
||||||
"narHash": "sha256-Dqg6si5CqIzm87sp57j5nTaeBbWhHFaVyG7V6L8k3lY=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "7ffd9ae656aec493492b44d0ddfb28e79a1ea25d",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "NixOS",
|
|
||||||
"ref": "nixos-unstable",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"root": {
|
|
||||||
"inputs": {
|
|
||||||
"home-manager": "home-manager",
|
|
||||||
"nix-flatpak": "nix-flatpak",
|
|
||||||
"nixpkgs": "nixpkgs"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"root": "root",
|
|
||||||
"version": 7
|
|
||||||
}
|
|
46
home.nix
46
home.nix
|
@ -252,23 +252,6 @@ passwordeval "pass Privat/Mailaccount | head -n 1"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.flatpak = {
|
|
||||||
# enableModule = true;
|
|
||||||
# remotes = {
|
|
||||||
# "flathub" = "https://dl.flathub.org/repo/flathub.flatpakrepo";
|
|
||||||
# "flathub-beta" =
|
|
||||||
# "https://dl.flathub.org/beta-repo/flathub-beta.flatpakrepo";
|
|
||||||
# };
|
|
||||||
# packages = [
|
|
||||||
# "flathub:app/com.github.tchx84.Flatseal//stable"
|
|
||||||
# "flathub:app/com.usebottles.bottles//stable"
|
|
||||||
# "flathub:app/info.beyondallreason.bar//stable"
|
|
||||||
# "flathub:app/com.valvesoftware.Steam//stable"
|
|
||||||
# "flathub:app/net.lutris.Lutris//stable"
|
|
||||||
# "flathub:runtime/org.freedesktop.Platform.VulkanLayer.gamescope//stable"
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
|
|
||||||
services.flatpak = {
|
services.flatpak = {
|
||||||
enable = true;
|
enable = true;
|
||||||
uninstallUnmanaged = true;
|
uninstallUnmanaged = true;
|
||||||
|
@ -291,14 +274,13 @@ passwordeval "pass Privat/Mailaccount | head -n 1"
|
||||||
];
|
];
|
||||||
packages = [
|
packages = [
|
||||||
"com.github.tchx84.Flatseal"
|
"com.github.tchx84.Flatseal"
|
||||||
"com.moonlight_stream.Moonlight"
|
|
||||||
# "dev.lizardbyte.app.Sunshine"
|
|
||||||
"com.usebottles.bottles"
|
"com.usebottles.bottles"
|
||||||
"info.beyondallreason.bar"
|
"info.beyondallreason.bar"
|
||||||
"com.valvesoftware.Steam"
|
"com.valvesoftware.Steam"
|
||||||
"net.lutris.Lutris"
|
"net.lutris.Lutris"
|
||||||
"tv.kodi.Kodi"
|
"tv.kodi.Kodi"
|
||||||
"org.kde.itinerary"
|
"org.kde.itinerary"
|
||||||
|
"net.scribus.Scribus"
|
||||||
"org.libretro.RetroArch"
|
"org.libretro.RetroArch"
|
||||||
"org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/23.08"
|
"org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/23.08"
|
||||||
"org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/24.08"
|
"org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/24.08"
|
||||||
|
@ -481,7 +463,7 @@ passwordeval "pass Privat/Mailaccount | head -n 1"
|
||||||
programs.script-directory = {
|
programs.script-directory = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
SD_EDITOR = "vim";
|
SD_EDITOR = "emacsclient";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -572,20 +554,6 @@ passwordeval "pass Privat/Mailaccount | head -n 1"
|
||||||
# startInBackground = true;
|
# startInBackground = true;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# programs.swaylock = {
|
|
||||||
# enable = true;
|
|
||||||
# package = "${pkgs.swaylock-effects}";
|
|
||||||
# settings = {
|
|
||||||
# screenshots = true;
|
|
||||||
# clock = true;
|
|
||||||
# indicator-idle-visible = true;
|
|
||||||
# grace = 3;
|
|
||||||
# fade-in = 3;
|
|
||||||
# effect-blur = "7x5";
|
|
||||||
# effect-vignette = "0.5:0.5";
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
|
|
||||||
programs.hyprlock = {
|
programs.hyprlock = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -632,16 +600,6 @@ passwordeval "pass Privat/Mailaccount | head -n 1"
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.swayidle = {
|
|
||||||
# enable = true;
|
|
||||||
# events = [ ];
|
|
||||||
# timeouts = [{
|
|
||||||
# timeout = 600;
|
|
||||||
# #command = "${pkgs.swaylock-effects}/bin/swaylock";
|
|
||||||
# command = "hyprlock";
|
|
||||||
# }];
|
|
||||||
# };
|
|
||||||
|
|
||||||
services.hypridle = {
|
services.hypridle = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue