diff --git a/modules/hosts/homebox/configuration.nix b/modules/hosts/homebox/configuration.nix index 5d0bcb3..d84b92b 100644 --- a/modules/hosts/homebox/configuration.nix +++ b/modules/hosts/homebox/configuration.nix @@ -28,7 +28,6 @@ jellyfin nginx ollama-docker - openwebui pihole portainer odysseus diff --git a/modules/users/nathan/home-manager/dotfiles/default.nix b/modules/users/nathan/home-manager/dotfiles/default.nix index 0f3da72..5fc5734 100644 --- a/modules/users/nathan/home-manager/dotfiles/default.nix +++ b/modules/users/nathan/home-manager/dotfiles/default.nix @@ -4,6 +4,7 @@ home.file = { ".config/hypr" = lib.mkIf config.wayland.windowManager.hyprland.enable { source = ./hypr; recursive = true; }; + ".config/pypr" = lib.mkIf config.wayland.windowManager.hyprland.enable { source = ./pypr; recursive = true; }; ".config/wal/templates" = lib.mkIf (builtins.any (x: x == pkgs.pywal16) config.home.packages) { source = ./wal/templates; recursive = true; }; ".config/ohmyposh" = { source = ./ohmyposh; recursive = true; }; "Pictures/Wallpaper" = lib.mkIf config.wayland.windowManager.hyprland.enable { source = ./Wallpaper; recursive = true; }; diff --git a/modules/users/nathan/home-manager/dotfiles/hypr/pyprland.toml b/modules/users/nathan/home-manager/dotfiles/hypr/pyprland.toml deleted file mode 100644 index c4d5245..0000000 --- a/modules/users/nathan/home-manager/dotfiles/hypr/pyprland.toml +++ /dev/null @@ -1,31 +0,0 @@ - [pyprland] - plugins = [ - "scratchpads" - ] - - [scratchpads.files] - animation = "fromTop" - command = "kitty --class scratchpad-files yazi ~" - lazy = true - class = "scratchpad-files" - margin = 100 - multi = true - excludes = "*" - - [scratchpads.kitty] - animation = "fromBottom" - command = "kitty --class scratchpad-kitty" - class = "scratchpad-kitty" - lazy = true - margin = 100 - multi = true - excludes = "*" - - [scratchpads.calendar] - animation = "fromTop" - command = "kitty --class scratchpad-cal -e calcurse" - class = "scratchpad-cal" - lazy = true - margin = 100 - multi = true - excludes = "*"