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,11 +1,6 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = [
pkgs.cups
pkgs.cups-filters
pkgs.avahi
];
services.printing.enable = true;
services.avahi.enable = true;
services.avahi.nssmdns4 = true;