modules: Fix typos
This commit is contained in:
parent
c111662a9e
commit
58e269d7f2
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nvim
|
neovim
|
||||||
wget
|
wget
|
||||||
kitty.terminfo
|
kitty.terminfo
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ let
|
||||||
mkIf
|
mkIf
|
||||||
mkMerge;
|
mkMerge;
|
||||||
|
|
||||||
cfg = config.dgn-ssh;
|
cfg = config.dgn-hardware;
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue