Fixed a bug with the new installed
This commit is contained in:
3
home.nix
3
home.nix
@@ -17,10 +17,7 @@
|
||||
obsidian
|
||||
signal-desktop
|
||||
fragments
|
||||
pitivi
|
||||
pika-backup
|
||||
element-desktop
|
||||
openrgb
|
||||
|
||||
neofetch
|
||||
unzip
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user