home config migration
This commit is contained in:
parent
64f4c4f5b0
commit
4bba4871b4
25 changed files with 1296 additions and 16 deletions
13
modules/system/misc/theme.nix
Normal file
13
modules/system/misc/theme.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ctp-opt, ... }: {
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gnome";
|
||||
style = "adwaita-dark";
|
||||
};
|
||||
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = ctp-opt.flavor;
|
||||
accent = ctp-opt.accent;
|
||||
};
|
||||
}
|
||||
Loading…
Reference in a new issue