add: hyprland config

This commit is contained in:
luxzi 2024-08-02 16:51:16 -04:00
parent 97d282e0b5
commit 4137890dae
No known key found for this signature in database
GPG key ID: C90237A70F2FDD53
11 changed files with 540 additions and 4 deletions

View file

@ -7,6 +7,7 @@
./git.nix
./emacs.nix
./kitty.nix
./hyprland/hyprland.nix
];
home.packages = with pkgs; [
@ -22,5 +23,7 @@
zoxide
tor-browser
nix-search-cli
mpv
dolphin
];
}