chore: add emacs to winters

This commit is contained in:
Swarsel 2024-09-23 22:50:13 +02:00
parent eda67ab40e
commit f9a181a955
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 4 additions and 2 deletions

View file

@ -4663,7 +4663,7 @@ I usually use =mutableUsers = false= in my NixOS configuration. However, on a ne
{ {
options.swarselsystems.flakePath = mkOption { options.swarselsystems.flakePath = mkOption {
type = types.attrsOf types.str; type = types.str;
default = ""; default = "";
}; };
options.swarselsystems.initialSetup = lib.mkEnableOption "initial setup (no sops keys available)"; options.swarselsystems.initialSetup = lib.mkEnableOption "initial setup (no sops keys available)";
@ -6564,6 +6564,7 @@ Also, the system state version is set here. No need to touch it.
nix-index nix-index
ssh-to-age ssh-to-age
git git
emacs
]; ];
} }
#+end_src #+end_src

View file

@ -5,7 +5,7 @@ in
{ {
options.swarselsystems.flakePath = mkOption { options.swarselsystems.flakePath = mkOption {
type = types.attrsOf types.str; type = types.str;
default = ""; default = "";
}; };
options.swarselsystems.initialSetup = lib.mkEnableOption "initial setup (no sops keys available)"; options.swarselsystems.initialSetup = lib.mkEnableOption "initial setup (no sops keys available)";

View file

@ -5,5 +5,6 @@
nix-index nix-index
ssh-to-age ssh-to-age
git git
emacs
]; ];
} }