mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +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,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