Compare commits

..

3 Commits

3 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,10 @@
enableCompletion = true;
history.path = "${config.xdg.dataHome}/zsh/history";
dotDir = ".config/zsh";
shellAliases = {
note = "nvim ~/Documents/wiki/notes.md";
wiki = "nvim ~/Documents/wiki/index.md";
};
envExtra = ''
# NNN settings
export NNN_FIFO="/tmp/nnn.fifo"

View File

@ -187,7 +187,7 @@
users.users.crony = {
isNormalUser = true;
description = "Crony";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "network" "wheel" "video" "input" "audio" ];
shell = pkgs.zsh;
};

View File

@ -23,7 +23,7 @@
minisign_key = "RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3";
};
# use mullvad dns server
server_names = [ "mullvad-base-doh" ];
server_names = [ "mullvad-doh" ];
};
};
}