Recreated nix files
This commit is contained in:
@@ -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,9 +3,6 @@
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
settings = {
|
||||
windowrule = [
|
||||
"match:class nm-connection-editor, float 1, center 1, size 900 700"
|
||||
];
|
||||
};
|
||||
};
|
||||
xdg.portal = {
|
||||
|
||||
@@ -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 = { };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user