mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Auto-theming is now complete!!
This commit is contained in:
parent
fb7799d205
commit
53c63c4500
2 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue