nuke ezcolors and ezfonts
This commit is contained in:
parent
7114adfe1d
commit
d06bae21cc
10 changed files with 28 additions and 659 deletions
|
@ -24,8 +24,7 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
ezcolors.enable = lib.mkDefault true;
|
||||
ezfonts.enable = lib.mkDefault true;
|
||||
stylix.enable = lib.mkDefault true;
|
||||
|
||||
programs.firefox.enable = true;
|
||||
|
||||
|
@ -44,7 +43,7 @@ in {
|
|||
gnomeExtensions.just-perfection
|
||||
gnomeExtensions.appindicator
|
||||
gnomeExtensions.unite-shell
|
||||
gnomeExtensions.gamemode
|
||||
gnomeExtensions.gamemode-shell-extension
|
||||
gnomeExtensions.gsconnect
|
||||
gnomeExtensions.sound-output-device-chooser
|
||||
gnomeExtensions.bluetooth-quick-connect
|
||||
|
@ -189,12 +188,6 @@ in {
|
|||
icon-opacity = 255;
|
||||
tray-pos = "center";
|
||||
};
|
||||
"org/gnome/shell/extensions/user-theme" = {
|
||||
name =
|
||||
if config.ezcolors.enable
|
||||
then "Generated"
|
||||
else "Default";
|
||||
};
|
||||
"org/gnome/shell/extensions/just-perfection" = {
|
||||
# activities-button = !cfg.tiling; # conflicts with unite?
|
||||
startup-status = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue