migrate hyprland to nix
This commit is contained in:
parent
62ed20d1f5
commit
5db1a379e4
15 changed files with 250 additions and 283 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue