1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: enable zoxide, nix-index-database, comma and a deadnix check

This commit is contained in:
oddlama 2023-09-18 02:10:44 +02:00
parent ecd7eece1f
commit 905ea34de9
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
10 changed files with 50 additions and 15 deletions

View file

@ -59,11 +59,6 @@
# TODO gpg switch to sk
# TODO some font icons not showing neovim because removed from nerdfonts, replace with bertter .
shellAliases = {
p = "cd ~/projects";
zf = "zathura --fork"; # XXX: do i need this or can i just xdg-open?
};
persistence."/persist".directories = [
"projects"
];

View file

@ -12,7 +12,7 @@
in {
accounts.email.accounts =
lib.flip lib.mapAttrs' config.userSecrets.accounts.email
(n: v:
(_n: v:
lib.nameValuePair v.address ({
# TODO genericize
passwordCommand =