Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects

Draft: catppuccin: add to profile

Open Pol Dellaiera requested to merge add-catpuccin into main
Compare and
3 files
+ 27
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 10
0
{ inputs, ... }:
{
imports = [ inputs.catppuccin.homeManagerModules.catppuccin ];
catppuccin = {
enable = true;
flavour = "mocha";
};
}
Loading