diff --git a/system/home/browser/default.nix b/system/home/browser/default.nix index e9d25be1..4f0a6bbf 100644 --- a/system/home/browser/default.nix +++ b/system/home/browser/default.nix @@ -1,7 +1,4 @@ { ... }: { - imports = [ - ./firefox.nix - ./nyxt.nix - ]; + imports = [ ./firefox.nix ]; } diff --git a/system/home/scripts/shell/clean-config.sh b/system/home/scripts/shell/clean-config.sh index 39b9c6ad..5dad2ca2 100644 --- a/system/home/scripts/shell/clean-config.sh +++ b/system/home/scripts/shell/clean-config.sh @@ -1,2 +1,2 @@ shopt -s extglob -rm -rf ~/.config/!(emacs|kdeconnect|protonmail|Signal|teams-for-linux|WebCord|whatsapp-for-linux) +rm -rf ~/.config/!(kdeconnect|protonmail|Signal|teams-for-linux|WebCord|whatsapp-for-linux) diff --git a/system/home/scripts/shell/esync.sh b/system/home/scripts/shell/esync.sh index 59ac5b1b..d410bbf2 100755 --- a/system/home/scripts/shell/esync.sh +++ b/system/home/scripts/shell/esync.sh @@ -1,5 +1,5 @@ # Clone ~/.config/emacs/ if it doesn't exist -EMACS_DIR="${XDG_CONFIG_DIR:=$HOME/.config}/emacs/" +EMACS_DIR="$HOME/.emacs.d" if [ ! -d "$EMACS_DIR" ]; then git clone "https://git.xenia.me.uk/pixelifytica/emacs.git" "$EMACS_DIR" fi