migrate hyprland to nix

This commit is contained in:
Benjamin Palko 2024-07-21 10:06:50 -04:00
parent 62ed20d1f5
commit 5db1a379e4
15 changed files with 250 additions and 283 deletions

View file

@ -3,6 +3,7 @@
imports = [
./gtk.nix
./hypridle.nix
./hyprland.nix
./hyprlock.nix
];
@ -14,15 +15,7 @@
size = 24;
};
wayland.windowManager.hyprland = {
enable = true;
};
xdg.configFile = {
hypr = {
source = ../../hypr;
recursive = true;
};
rofi = {
source = ../../rofi;
recursive = true;