From e15112b8e3e4f85512cb47445da7733391d3fcdb Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 30 Mar 2024 21:50:39 +0000 Subject: [PATCH] Fixed a bug with the new installed --- home.nix | 3 --- install.sh | 3 --- 2 files changed, 6 deletions(-) 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