trying stylix

This commit is contained in:
2026-03-16 22:48:33 +00:00
parent 93ac0a371c
commit 2d59cc7187
3 changed files with 4 additions and 14 deletions
+2 -7
View File
@@ -207,7 +207,7 @@ outputs =
# Import machine-specific configurations
./generated/out_of_tree/machines/traveldroid/top.nix
# Catppuccin theme module
catppuccin.nixosModules.catppuccin
# catppuccin.nixosModules.catppuccin
# Anchoring all the other nixes
./generated/top.nix
# Home Manager module
@@ -598,13 +598,8 @@ I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix mod
You'll notice the color values in multiple places outside this as well.
#+BEGIN_SRC nix :tangle generated/out_of_tree/core/theme.nix :noweb tangle :mkdirp yes :eval never-html
{ pkgs, flakeRoot, ... }:
{
environment.systemPackages = with pkgs; [
stylix
];
stylix = {
stylix = {
enable = true;
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
};