trying stylix
This commit is contained in:
+8
-3
@@ -1116,12 +1116,17 @@ You'll notice the color values in multiple places outside this as well.
|
|||||||
I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix module integrates almost automatically everywhere (except gtk).
|
I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix module integrates almost automatically everywhere (except gtk).
|
||||||
You'll notice the color values in multiple places outside this as well.
|
You'll notice the color values in multiple places outside this as well.
|
||||||
#+BEGIN_SRC nix :tangle generated/system/core/theme.nix :noweb tangle :mkdirp yes :eval never-html
|
#+BEGIN_SRC nix :tangle generated/system/core/theme.nix :noweb tangle :mkdirp yes :eval never-html
|
||||||
{ pkgs,flakeRoot ... }:
|
{ pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
stylix.enable = true;
|
programs.stylix = {
|
||||||
stylix.base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
theme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
{ pkgs,flakeRoot ... }:
|
{ pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
stylix.enable = true;
|
programs.stylix = {
|
||||||
stylix.base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
theme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user