Add many more packages and nxfnd function
This commit is contained in:
parent
0e4f1a0236
commit
bb6d3eb92d
2 changed files with 16 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
enable = true;
|
||||
initExtra = ''
|
||||
xset r rate 200 60
|
||||
nxfnd () { [ $# -eq 1 ] || { echo "Expecting exactly one argument"; return 1; }; nix-locate --type x --minimal --whole-name "/$1"; }
|
||||
'';
|
||||
shellAliases = {
|
||||
rb = "sudo nixos-rebuild switch --flake /etc/nixos#fw";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue