Update gnome.nix
This commit is contained in:
parent
781b73f8c7
commit
45f58f66a8
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo
|
|||
services.xserver.enable = true;
|
||||
services.displayManager.gdm.enable = true;
|
||||
services.desktopManager.gnome.enable = true;
|
||||
gtk.enable = true;
|
||||
|
||||
# Add extensions and packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
@ -22,6 +21,7 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo
|
|||
gtk3
|
||||
cairo
|
||||
adwaita-icon-theme
|
||||
gnome-themes-extra # This includes Adwaita cursor theme
|
||||
];
|
||||
|
||||
# Set libdecor plugin directory and cursor theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue