mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
remove doom emacs
This commit is contained in:
parent
d999dc1f20
commit
443a1b8115
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ with lib;
|
|||
lib.mapAttrs
|
||||
(name: value:
|
||||
{
|
||||
imports = with builtins; (map (x: ../../home-manager-modules + "/${x}/default.nix") (attrNames (readDir ../../home-manager-modules))) ++ [ inputs.nix-doom-emacs.hmModule ];
|
||||
imports = with builtins; (map (x: ../../home-manager-modules + "/${x}/default.nix") (attrNames (readDir ../../home-manager-modules)));
|
||||
home.username = "${name}";
|
||||
home.homeDirectory = "/home/${name}";
|
||||
home.stateVersion = "21.05";
|
||||
|
|
Loading…
Add table
Reference in a new issue