mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-19 08:44:36 +05:30
Auto-theming is now complete!!
This commit is contained in:
parent
fb7799d205
commit
53c63c4500
|
@ -15,7 +15,7 @@
|
|||
name = "emmet";
|
||||
email = "librephoenix@protonmail.com";
|
||||
dotfilesDir = "~/dotfiles";
|
||||
theme = "tokyo-night-dark";
|
||||
theme = "dracula";
|
||||
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
|
|
|
@ -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+'';
|
||||
|
|
Loading…
Reference in a new issue