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
6a77f5dccc
nixos
/
home
/
catppuccin
/
home.nix
10 lines
116 B
Nix
Raw
Normal View
History
Unescape
Escape
home(catppuccin): enable catppuccin module even without gui
2024-07-21 16:37:39 +08:00
{
home(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
"
;
}
;
home(catppuccin): enable catppuccin module even without gui
2024-07-21 16:37:39 +08:00
imports
=
[
./gui.nix
]
;
home(gui): switch to catppuccin module
2024-06-24 09:56:31 +08:00
}
Reference in a new issue
Copy permalink