my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

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

catppuccin: use user pkgs

this is something kinda cursed i suppose; but getchoo is cool and they
say its cool and eval++

isabel ac2a5c53 827829c5

+5 -1
+2
home/isabel/themes/catppuccin.nix
··· 1 1 { 2 2 config, 3 3 inputs, 4 + options, 4 5 osClass, 5 6 ... 6 7 }: ··· 13 14 config = { 14 15 catppuccin = { 15 16 inherit (config.garden.profiles.workstation) enable; 17 + sources = options.catppuccin.sources.default; 16 18 17 19 flavor = "mocha"; 18 20 accent = "pink";
+3 -1
modules/nixos/catppuccin.nix
··· 1 1 { 2 2 lib, 3 + config, 3 4 inputs, 4 - config, 5 + options, 5 6 ... 6 7 }: 7 8 { ··· 10 11 config = { 11 12 catppuccin = { 12 13 enable = lib.mkDefault (!config.garden.profiles.headless.enable); 14 + sources = options.catppuccin.sources.default; 13 15 flavor = "mocha"; 14 16 15 17 # IFD, easy to vendor