Compare commits
3 Commits
3f1a2f0e5d
...
970133faad
Author | SHA1 | Date | |
---|---|---|---|
970133faad | |||
c3e45054b9 | |||
3dcfcccf2b |
@ -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"
|
||||
|
@ -187,7 +187,7 @@
|
||||
users.users.crony = {
|
||||
isNormalUser = true;
|
||||
description = "Crony";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "network" "wheel" "video" "input" "audio" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
minisign_key = "RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3";
|
||||
};
|
||||
# use mullvad dns server
|
||||
server_names = [ "mullvad-base-doh" ];
|
||||
server_names = [ "mullvad-doh" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user