fix typos

This commit is contained in:
Fabian Montero 2024-11-29 11:35:32 -06:00
parent 4cc51e93dc
commit 06b9135417
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
2 changed files with 2 additions and 1 deletions

View file

@ -15,5 +15,6 @@
./zsh
./gpg.nix
./defaultDesktopPack.nix
./accounts.nix
];
}

View file

@ -27,7 +27,7 @@
zsh.enable = true;
accounts.enable = true;
gpg = {
enalbe = true;
enable = true;
defaultKey = "7AA277E604A4173916BBB4E91FFAC35E1798174F";
};
};