NixOS and Home Manager config

feat: bash: remove update function in .profile

nel.pet d034ca2a 9f0479f5

verified
-7
-7
modules/home/bash.nix
··· 9 9 . /etc/bashrc 10 10 fi 11 11 ''; 12 - profileExtra = '' 13 - # Update helper 14 - update() { 15 - sudo dnf update --refresh 16 - flatpak update 17 - } 18 - ''; 19 12 }; 20 13 }