Recreated nix files

This commit is contained in:
2026-03-03 22:01:45 +01:00
parent 53fa96fc51
commit 6799b03086
5 changed files with 351 additions and 351 deletions
-1
View File
@@ -5,7 +5,6 @@
./apps/theme.nix
./desktop/hypridle.nix
./desktop/hyprland.nix
#./desktop/hyprexpo.nix
./desktop/hyprlock.nix
./desktop/hyprshell.nix
#./desktop/animated_wallpaper.nix
-3
View File
@@ -3,9 +3,6 @@
wayland.windowManager.hyprland = {
enable = true;
settings = {
windowrule = [
"match:class nm-connection-editor, float 1, center 1, size 900 700"
];
};
};
xdg.portal = {
+2 -2
View File
@@ -13,6 +13,6 @@ in
{
xdg.enable = true;
home.packages = [ walkerPkg elephantPkg ];
systemd.user.services.elephant = { /* ... your existing service ... */ };
systemd.user.services.walker = { /* ... your existing service ... */ };
systemd.user.services.elephant = { };
systemd.user.services.walker = { };
}