Setup first working hyprland setup

This commit is contained in:
2024-06-13 14:06:21 +02:00
parent 2ab74d5f7a
commit a0fe904d6c
6 changed files with 541 additions and 25 deletions

View File

@ -34,8 +34,9 @@
neovim.enable = true;
alacritty.enable = true;
emacs.enable = true;
i3.enable = true;
rofi.enable = true;
# i3.enable = true;
# rofi.enable = true;
hyprland.enable = true;
nix-helper.enable = true;
};
@ -78,6 +79,7 @@
./fonts.nix
./packages.nix
];
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;