mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
treewide: smaller cleanups
This commit is contained in:
parent
0e7abe56cf
commit
eacec7d6ff
4 changed files with 19 additions and 18 deletions
|
@ -11,7 +11,6 @@
|
|||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
substituters = [
|
||||
"https://cache.rfive.de"
|
||||
# temp disabled until logging error is resolved
|
||||
"https://cache.ifsr.de"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
|
|
|
@ -11,7 +11,9 @@
|
|||
iperf
|
||||
];
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
programs.fzf.enable = true;
|
||||
programs.fzf = {
|
||||
keybindings = true;
|
||||
};
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue