mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
gnome is nice to have around
This commit is contained in:
parent
53a87c1815
commit
0812e99783
2 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
# wm
|
# wm
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
|
gnome.enable = true;
|
||||||
|
|
||||||
# dotfiles
|
# dotfiles
|
||||||
dotfilesDir = "/etc/nixos";
|
dotfilesDir = "/etc/nixos";
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
# wm
|
# wm
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
|
gnome.enable = true;
|
||||||
|
|
||||||
# dotfiles
|
# dotfiles
|
||||||
dotfilesDir = "/etc/nixos";
|
dotfilesDir = "/etc/nixos";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue