catppuccin / nix

❄️ Soothing pastel theme for Nix
https://nix.catppuccin.com/
MIT License
415 stars 53 forks source link

Clarification in FAQ Docs #356

Closed bashfulrobot closed 1 month ago

bashfulrobot commented 1 month ago

In the docs:

Q: "How do I set catppuccin.enable for everything I use?" A: You can set catppuccin.enable globally

Do we also need to set in home manager if we use it? IE set globally and home manager? Or just Globally?

Cheers!

isabelroses commented 1 month ago

"Globally" refers to the modules (e.g, homeMangerModules.catppuccin and nixosModules.catppuccin) that they are in. They are defined in a file called globals.nix, each separate module will have them. So you need to set it once for home-manager and again for nixos.