mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
Add universal colorsheme
This commit is contained in:
parent
307a599e63
commit
84bcbdb105
2 changed files with 25 additions and 0 deletions
9
modules/theming/default.nix
Normal file
9
modules/theming/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, inputs, ...}:
|
||||
|
||||
{
|
||||
stylix = {
|
||||
image = "${pkgs.libsForQt5.breeze-qt5}/share/wallpapers/Next/contents/images_dark/5120x2880.png";
|
||||
polarity = "dark";
|
||||
base16Scheme = "${inputs.catppuccin-base16}/base16/frappe.yaml";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue