Set home manager catppuccin to macchiato
This commit is contained in:
parent
13bad8a31a
commit
4692f9a544
|
@ -19,7 +19,10 @@
|
|||
homeDirectory = "/home/lillian";
|
||||
};
|
||||
|
||||
catppuccin.enable = true;
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
catppuccin.flavor = "macchiato";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# System tools:
|
||||
|
|
Loading…
Reference in a new issue