update
This commit is contained in:
10
components/catppuccin.nix
Normal file
10
components/catppuccin.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{pkgs, ...}: {
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
accent = "mauve";
|
||||
|
||||
rofi.enable = true;
|
||||
fish.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user