save a l\arrache

This commit is contained in:
Florian Schmitt 2023-06-19 15:52:25 +03:00
parent 3774c53e72
commit aa631246b2
7 changed files with 150 additions and 67 deletions

View file

@ -23,6 +23,7 @@
nixupdate = "sudo nixos-rebuild switch";
nixclean = "sudo nix-env --delete-generations old --profile /nix/var/nix/profiles/system && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration switch && sudo nix-store --gc";
};
shellInit = "cd ~/Developpements;";
ohMyZsh = {
enable = true;
plugins = [ "git" ];
@ -53,12 +54,15 @@
mosh
neofetch
pandoc
pciutils
starship
tmux
tree
unzip
whois
usbutils
wget
whois
wirelesstools
zola
zsh-autosuggestions
];