treewide: go back to vesktop
This commit is contained in:
parent
9e5f6d2c85
commit
7a9d641995
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue