mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
fixes and hyprland back to duskfall
This commit is contained in:
parent
eb95e975e0
commit
c143f3ac30
4 changed files with 68 additions and 33 deletions
|
@ -21,7 +21,7 @@
|
|||
};
|
||||
|
||||
# wm
|
||||
gnome.enable = true;
|
||||
hyprland.enable = true;
|
||||
|
||||
# dotfiles
|
||||
dotfilesDir = "/etc/nixos";
|
||||
|
|
|
@ -29,7 +29,8 @@
|
|||
office.enable = true;
|
||||
|
||||
# wm
|
||||
gnome.enable = true;
|
||||
hyprland.enable = true;
|
||||
hyprland.performanceOptimizations = true;
|
||||
|
||||
# style
|
||||
stylix.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue