trying stylix
This commit is contained in:
+3
-5
@@ -606,21 +606,19 @@ This sets the stylix implementation
|
|||||||
#+BEGIN_SRC nix :tangle generated/out_of_tree/core/stylix.nix :noweb tangle :mkdirp yes :eval never-html
|
#+BEGIN_SRC nix :tangle generated/out_of_tree/core/stylix.nix :noweb tangle :mkdirp yes :eval never-html
|
||||||
{ config, pkgs, inputs, flakeRoot, ... }:
|
{ config, pkgs, inputs, flakeRoot, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
_ = builtins.trace ("Stylix enable = " + toString config.stylix.enable) null;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
# Import the Stylix NixOS module from the flake input
|
|
||||||
imports = [
|
imports = [
|
||||||
inputs.stylix.nixosModules.stylix
|
inputs.stylix.nixosModules.stylix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Minimal configuration
|
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
trace "Stylix enable = ${config.stylix.enable}" {}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|||||||
@@ -1,18 +1,16 @@
|
|||||||
{ config, pkgs, inputs, flakeRoot, ... }:
|
{ config, pkgs, inputs, flakeRoot, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
_ = builtins.trace ("Stylix enable = " + toString config.stylix.enable) null;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
# Import the Stylix NixOS module from the flake input
|
|
||||||
imports = [
|
imports = [
|
||||||
inputs.stylix.nixosModules.stylix
|
inputs.stylix.nixosModules.stylix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Minimal configuration
|
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
trace "Stylix enable = ${config.stylix.enable}" {}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user