From 29a18f5a8fb6915fc1dccc5ddd26356f19b17dfa Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 2 Jun 2025 16:32:31 -0500 Subject: Add "main" module and refactor hosts to use it --- hosts/muspell/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'hosts/muspell/default.nix') diff --git a/hosts/muspell/default.nix b/hosts/muspell/default.nix index 97d4b64..420d0c0 100644 --- a/hosts/muspell/default.nix +++ b/hosts/muspell/default.nix @@ -14,10 +14,8 @@ in time.timeZone = "America/Chicago"; this.pc.enable = true; - this.overlays.emacs.enable = lib.mkForce false; this.users.enabled = ["simon"]; - users.users.simon.shell = lib.mkForce pkgs.bash; this.sets = { cli.tools.full = true; -- cgit v1.2.3