mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: add emacs to winters
This commit is contained in:
parent
eda67ab40e
commit
f9a181a955
3 changed files with 4 additions and 2 deletions
|
|
@ -4663,7 +4663,7 @@ I usually use =mutableUsers = false= in my NixOS configuration. However, on a ne
|
|||
|
||||
{
|
||||
options.swarselsystems.flakePath = mkOption {
|
||||
type = types.attrsOf types.str;
|
||||
type = types.str;
|
||||
default = "";
|
||||
};
|
||||
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
|
||||
ssh-to-age
|
||||
git
|
||||
emacs
|
||||
];
|
||||
}
|
||||
#+end_src
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ in
|
|||
|
||||
{
|
||||
options.swarselsystems.flakePath = mkOption {
|
||||
type = types.attrsOf types.str;
|
||||
type = types.str;
|
||||
default = "";
|
||||
};
|
||||
options.swarselsystems.initialSetup = lib.mkEnableOption "initial setup (no sops keys available)";
|
||||
|
|
|
|||
|
|
@ -5,5 +5,6 @@
|
|||
nix-index
|
||||
ssh-to-age
|
||||
git
|
||||
emacs
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue