diff --git a/flake.nix b/flake.nix index e494cd77..bbc81276 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ name = "emmet"; email = "librephoenix@protonmail.com"; dotfilesDir = "~/dotfiles"; - theme = "tokyo-night-dark"; + theme = "dracula"; pkgs = import nixpkgs { inherit system; diff --git a/user/bin/phoenix.nix b/user/bin/phoenix.nix index 13229aed..3abd14d7 100644 --- a/user/bin/phoenix.nix +++ b/user/bin/phoenix.nix @@ -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+'';