I am batman

This commit is contained in:
2026-07-10 20:07:29 -04:00
commit 4aac54bff6
175 changed files with 18136 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{pkgs, ...}: {
home.packages = with pkgs; [pyprland];
home.file.".config/hypr/pyprland.toml".text = ''
[pyprland]
plugins = ["scratchpads"]
[scratchpads.term]
animation = "fromTop"
command = "kitty --class floating-term"
class = "floating-term"
size = "60% 60%"
position = "center"
on_open = "move cursor 0 0"
lazy = true
'';
}