treewide: go back to vesktop

This commit is contained in:
Anthony Rodriguez 2024-12-30 22:08:41 +01:00
parent 9e5f6d2c85
commit 7a9d641995
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
cinny-desktop cinny-desktop
entr entr
equibop
fractal fractal
geary geary
gns3-gui gns3-gui
@ -40,6 +39,7 @@
playerctl playerctl
proton-pass proton-pass
simple-scan simple-scan
vesktop
wl-clipboard wl-clipboard
]; ];
} }

View file

@ -7,7 +7,7 @@
in { in {
config.home-manager.sharedModules = lib.mkIf cfg.enable [ config.home-manager.sharedModules = lib.mkIf cfg.enable [
{ {
xdg.configFile."equibop/themes/midnight-base16.css".text = with cfg.scheme.palette; '' xdg.configFile."vesktop/themes/midnight-base16.css".text = with cfg.scheme.palette; ''
/** /**
* @name Midnight-base16 * @name Midnight-base16
* @description A dark, rounded discord theme. Updated to use base16 colors. * @description A dark, rounded discord theme. Updated to use base16 colors.