Add GNOME

- Add config option to switch between window managers / desktop environments
- Remove systemPackages attribute when a service or program attribute is available
- Add GNOME to gui
This commit is contained in:
Sravan Balaji
2024-03-24 20:54:48 -04:00
parent 8722b995cc
commit 4a157b888b
12 changed files with 14 additions and 24 deletions

View File

@@ -1,7 +1,6 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = [ pkgs.blueman ];
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}