NixOS and Home Manager config

feat: bash: remove update function in .profile

nel.pet d034ca2a 9f0479f5

verified
Changed files
-7
modules
home
-7
modules/home/bash.nix
···
. /etc/bashrc
fi
'';
-
profileExtra = ''
-
# Update helper
-
update() {
-
sudo dnf update --refresh
-
flatpak update
-
}
-
'';
};
}