From f3b6f9e6fdafe31ace22927261a5c56d14e06bd2 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Tue, 3 Mar 2026 11:25:28 +0100 Subject: [PATCH] rename module --- modules/hosts/computer-mo/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/computer-mo/configuration.nix b/modules/hosts/computer-mo/configuration.nix index 4833ff0..b22ff30 100644 --- a/modules/hosts/computer-mo/configuration.nix +++ b/modules/hosts/computer-mo/configuration.nix @@ -10,7 +10,7 @@ ]; home-manager.users.${user}.imports = with config.flake.homeManagerModules; [ - gnome-settings + gnome ]; }; }