relocate pyprland config

This commit is contained in:
2026-07-10 22:55:58 -05:00
parent 4b6734e6c0
commit 023b2a5ec1
3 changed files with 1 additions and 32 deletions

View File

@@ -28,7 +28,6 @@
jellyfin
nginx
ollama-docker
openwebui
pihole
portainer
odysseus

View File

@@ -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; };

View File

@@ -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 = "*"