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 {
|
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
|
||||||
|
|
|
||||||
|
|
@ -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)";
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,6 @@
|
||||||
nix-index
|
nix-index
|
||||||
ssh-to-age
|
ssh-to-age
|
||||||
git
|
git
|
||||||
|
emacs
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue