trying stylix

This commit is contained in:
2026-03-16 22:32:45 +00:00
parent 03945c0315
commit 4e5838fc5d
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -651,7 +651,7 @@ You'll notice the color values in multiple places outside this as well.
** =generated/out_of_tree/core/nix.nix= ** =generated/out_of_tree/core/nix.nix=
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/out_of_tree/nix.nix :noweb tangle :mkdirp yes :eval never-html #+BEGIN_SRC nix :tangle generated/out_of_tree/core/nix.nix :noweb tangle :mkdirp yes :eval never-html
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
nix.settings = { nix.settings = {
@@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
nix.settings = {
extra-experimental-features = [ "nix-command" "flakes" ];
};
}