This website requires JavaScript.
Explore
Help
Sign In
koishi
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull requests
Projects
Activity
f1238f9380
nixos
/
home
/
catppuccin
/
home.nix
10 lines
116 B
Nix
Raw
Normal View
History
Unescape
Escape
fix(catppuccin): remove catppuccin module ui check
2024-07-21 16:37:39 +08:00
{
feat(gui): switch to catppuccin module
2024-06-24 09:56:31 +08:00
catppuccin
=
{
enable
=
true
;
accent
=
"
p
i
n
k
"
;
flavor
=
"
m
o
c
h
a
"
;
}
;
fix(catppuccin): remove catppuccin module ui check
2024-07-21 16:37:39 +08:00
imports
=
[
./gui.nix
]
;
feat(gui): switch to catppuccin module
2024-06-24 09:56:31 +08:00
}
Reference in a new issue
Copy permalink