mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
various cleanup
This commit is contained in:
parent
38e7e0469c
commit
12fe0ac1f2
3 changed files with 9 additions and 12 deletions
|
@ -22,7 +22,6 @@
|
|||
|
||||
# wm
|
||||
hyprland.enable = true;
|
||||
gnome.enable = true;
|
||||
|
||||
# dotfiles
|
||||
dotfilesDir = "/etc/nixos";
|
||||
|
@ -56,6 +55,8 @@
|
|||
services.xserver.wacom.enable = true;
|
||||
services.xserver.videoDrivers = [ "i915" ];
|
||||
|
||||
services.displayManager.defaultSession = "hyprland";
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue