mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 17:24:35 +05:30
Auto-theming is now complete!!
This commit is contained in:
parent
fb7799d205
commit
53c63c4500
|
@ -15,7 +15,7 @@
|
||||||
name = "emmet";
|
name = "emmet";
|
||||||
email = "librephoenix@protonmail.com";
|
email = "librephoenix@protonmail.com";
|
||||||
dotfilesDir = "~/dotfiles";
|
dotfilesDir = "~/dotfiles";
|
||||||
theme = "tokyo-night-dark";
|
theme = "dracula";
|
||||||
|
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
|
@ -14,6 +14,9 @@ let
|
||||||
pushd ''+myDotfilesDir+'';
|
pushd ''+myDotfilesDir+'';
|
||||||
home-manager switch --flake .#''+myName+'';
|
home-manager switch --flake .#''+myName+'';
|
||||||
popd;
|
popd;
|
||||||
|
killall xmobar;
|
||||||
|
xmonad --recompile && xmonad --restart;
|
||||||
|
emacsclient --no-wait --eval "(load-theme 'doom-stylix t nil)";
|
||||||
fi
|
fi
|
||||||
elif [ "$1" = "update" ]; then
|
elif [ "$1" = "update" ]; then
|
||||||
pushd ''+myDotfilesDir+'';
|
pushd ''+myDotfilesDir+'';
|
||||||
|
|
Loading…
Reference in a new issue