refactoring
This commit is contained in:
parent
9313d89b15
commit
3adc5e9f73
40 changed files with 73 additions and 73 deletions
18
modules/mizukios/features/catppuccin.nix
Normal file
18
modules/mizukios/features/catppuccin.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
catppuccin.enable = true;
|
||||
catppuccin.flavor = "latte";
|
||||
catppuccin.autoEnable = false;
|
||||
catppuccin = {
|
||||
cache.enable = true;
|
||||
cursors.enable = false;
|
||||
fcitx5.enable = true;
|
||||
forgejo.enable = false;
|
||||
limine.enable = false;
|
||||
gitea.enable = false;
|
||||
grub.enable = true;
|
||||
plymouth.enable = false;
|
||||
sddm.enable = false;
|
||||
tty.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue