added kando, added blender config to persistent storage
This commit is contained in:
parent
9d429dc28d
commit
2e2d2a464f
7 changed files with 462 additions and 6 deletions
|
|
@ -121,16 +121,14 @@
|
|||
#background;
|
||||
loginBackground = false;
|
||||
})
|
||||
killall
|
||||
nix-output-monitor
|
||||
eza
|
||||
zoxide
|
||||
fd
|
||||
(pkgs.writeShellScriptBin "root-files" ''
|
||||
sudo ${pkgs.fd}/bin/fd --one-file-system --base-directory / --type f --hidden --exclude "{tmp,etc/passwd}"
|
||||
${pkgs.fd}/bin/fd --one-file-system --base-directory / --type f --hidden --exclude "{tmp,etc/passwd}"
|
||||
'') #https://www.reddit.com/r/NixOS/comments/1d1apm0/comment/l5tgbwz/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
|
||||
(pkgs.writeShellScriptBin "root-files" ''
|
||||
sudo ${pkgs.fd}/bin/fd --one-file-system --base-directory / --type f --hidden --exclude "{tmp,etc/passwd}"
|
||||
'')
|
||||
gparted
|
||||
exfatprogs
|
||||
kitty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue