From 0812e99783856e8a2deb5e9c73f347107fd04115 Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 25 Apr 2025 11:12:41 -0500 Subject: [PATCH] gnome is nice to have around --- hosts/snowfire/configuration.nix | 1 + hosts/zenith/configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/snowfire/configuration.nix b/hosts/snowfire/configuration.nix index e39f6e99..c74cebce 100644 --- a/hosts/snowfire/configuration.nix +++ b/hosts/snowfire/configuration.nix @@ -23,6 +23,7 @@ # wm hyprland.enable = true; + gnome.enable = true; # dotfiles dotfilesDir = "/etc/nixos"; diff --git a/hosts/zenith/configuration.nix b/hosts/zenith/configuration.nix index 54b099b9..a0a63390 100644 --- a/hosts/zenith/configuration.nix +++ b/hosts/zenith/configuration.nix @@ -22,6 +22,7 @@ # wm hyprland.enable = true; + gnome.enable = true; # dotfiles dotfilesDir = "/etc/nixos";