mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
feat: enable gnome; disable ly (for now)
This commit is contained in:
parent
42b7de5dd7
commit
f2f57f8e8f
1 changed files with 3 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
|||
./../../modules/services/mpd.nix
|
||||
./../../modules/services/mullvad.nix
|
||||
# ./../../modules/services/automount.nix
|
||||
# ./../../modules/home/webapps.nix
|
||||
];
|
||||
|
||||
hardware.asahi.peripheralFirmwareDirectory = ./firmware;
|
||||
|
|
@ -35,6 +36,7 @@
|
|||
laptop.enable = true;
|
||||
creative.enable = true;
|
||||
gui.enable = true;
|
||||
gnome.enable = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
@ -45,7 +47,7 @@
|
|||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
services = {
|
||||
displayManager.ly.enable = true;
|
||||
# displayManager.ly.enable = true;
|
||||
vnstat.enable = true;
|
||||
# hardware.bolt.enable = true; # enable once Thunderbolt is supported
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue