This commit is contained in:
tulg 2025-10-23 19:27:27 +03:00
parent dbad0a1263
commit 6531e8ef79
4 changed files with 306 additions and 0 deletions

5
modules/stylix.nix Normal file
View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
stylix.enable = true;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/rise-pine.yaml";
targets.qt.enable = true;
}