trying stylix
This commit is contained in:
+1
-1
@@ -634,7 +634,7 @@ Sets theming for GTK
|
|||||||
|
|
||||||
** =generated/out_of_tree/core/terminal.nix=
|
** =generated/out_of_tree/core/terminal.nix=
|
||||||
Sets theming for the terminal
|
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, ... }:
|
{ 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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user