This website requires JavaScript.
Explore
Help
Sign in
nezia
/
flocon
Watch
1
Star
0
Fork
You've already forked flocon
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7f8ae63483
flocon
/
modules
/
default.nix
6 lines
62 B
Nix
Raw
Normal View
History
Unescape
Escape
modules/theme: add custom theme module with wallpaper
2024-09-29 23:19:48 +00:00
{
flake
.
nixosModules
=
{
repo: move everything gtk into modules This is mostly so that applications like ReGreet, which are managed by NixOS instead of HM, can also use the same GTK settings. It reduces repeating code by a lot and allows changing themes way more easily now.
2024-10-06 15:48:46 +00:00
style
=
import
./style
;
modules/theme: add custom theme module with wallpaper
2024-09-29 23:19:48 +00:00
}
;
}
Reference in a new issue
Copy permalink