diff --git a/home.nix b/home.nix index 31a0f536..98da8b41 100644 --- a/home.nix +++ b/home.nix @@ -17,10 +17,7 @@ obsidian signal-desktop fragments - pitivi - pika-backup element-desktop - openrgb neofetch unzip diff --git a/install.sh b/install.sh index baba884d..3075f435 100755 --- a/install.sh +++ b/install.sh @@ -17,7 +17,6 @@ detectDistro() { return 1 fi fi - return 0 } d=$(detectDistro) @@ -33,8 +32,6 @@ if [ $(pwd) != "$HOME/dotfiles" ]; then cd $HOME git clone https://github.com/TrudeEH/dotfiles cd dotfiles - bash install.sh - return fi if ! nix --version &>/dev/null; then