my nixos configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gate theming behind workstation

Thunder ffe97ed0 a2cd479c

+2 -1
+2 -1
modules/workstation/theme/default.nix
··· 6 6 ... 7 7 }: let 8 8 inherit (mlib) mkOpt; 9 + inherit (lib) mkIf; 9 10 inherit (lib.types) attrs; 10 11 in { 11 12 options.meow.workstation.theme.palette = mkOpt attrs (import ./mocha.nix) {}; 12 13 13 - config = { 14 + config = mkIf config.meow.workstation.enable { 14 15 catppuccin = { 15 16 enable = true; 16 17 flavor = "mocha";