trying stylix

This commit is contained in:
2026-03-17 08:41:25 +00:00
parent eab19176af
commit de29c7c53e
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -634,7 +634,7 @@ Sets theming for GTK
** =generated/out_of_tree/core/terminal.nix=
Sets theming for the terminal
#+BEGIN_SRC nix :tangle generated/system/out_of_tree/terminal.nix :noweb tangle :mkdirp yes :eval never-html
#+BEGIN_SRC nix :tangle generated/out_of_tree/core/terminal.nix :noweb tangle :mkdirp yes :eval never-html
{ config, pkgs, ... }:
{
@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
# Example for terminal (NVF = Neovim/terminal flavor)
stylix.targets.nvf.enable = true;
# Optional: feh wallpaper integration
stylix.targets.feh.enable = true;
}