This commit is contained in:
Menno van Leeuwen 2024-02-19 13:34:03 +01:00
parent 08ff87952c
commit 3cdce0f50e
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

6
setup.sh Normal file → Executable file
View File

@ -79,12 +79,6 @@ if [ "$1" == "-c" ] || [ "$1" == "--continue" ]; then
home-manager switch --flake ~/.dotfiles
elif [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
help
elif [ "$1" == "-i" ] || [ "$1" == "--init" ]; then
# Ubuntu specific, hide login message
hush_login
# Install nix
install_nix
else
# Ubuntu specific, hide login message
hush_login