Auto-theming is now complete!!

This commit is contained in:
Emmet 2023-05-16 20:03:58 -05:00
parent fb7799d205
commit 53c63c4500
2 changed files with 4 additions and 1 deletions

View file

@ -15,7 +15,7 @@
name = "emmet";
email = "librephoenix@protonmail.com";
dotfilesDir = "~/dotfiles";
theme = "tokyo-night-dark";
theme = "dracula";
pkgs = import nixpkgs {
inherit system;

View file

@ -14,6 +14,9 @@ let
pushd ''+myDotfilesDir+'';
home-manager switch --flake .#''+myName+'';
popd;
killall xmobar;
xmonad --recompile && xmonad --restart;
emacsclient --no-wait --eval "(load-theme 'doom-stylix t nil)";
fi
elif [ "$1" = "update" ]; then
pushd ''+myDotfilesDir+'';