From ec647eecd447bfbbd8f7b6f2fe5bb65ebf9abf16 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 25 Jul 2023 18:58:27 +0900 Subject: feat(home): split gui from base --- home/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'home/default.nix') diff --git a/home/default.nix b/home/default.nix index 2968e75..33c3861 100644 --- a/home/default.nix +++ b/home/default.nix @@ -10,6 +10,7 @@ extraModules = [ ./profiles/populate.nix ./profiles/base + ./profiles/gui ./profiles/browsing ./profiles/development ./profiles/communication @@ -31,6 +32,7 @@ extraModules = [ ./profiles/populate.nix ./profiles/base + ./profiles/gui ./profiles/browsing ./profiles/development ./profiles/communication @@ -48,7 +50,7 @@ extraModules = [ ./profiles/populate.nix - ./profiles/base-darwin + ./profiles/base ./profiles/browsing ./profiles/development ./profiles/communication -- cgit 1.4.1