trying stylix
This commit is contained in:
+1
-1
@@ -623,7 +623,7 @@ This sets the stylix implementation
|
|||||||
|
|
||||||
** =generated/out_of_tree/core/gtk.nix=
|
** =generated/out_of_tree/core/gtk.nix=
|
||||||
Sets theming for GTK
|
Sets theming for GTK
|
||||||
#+BEGIN_SRC nix :tangle generated/system/out_of_tree/gtk.nix :noweb tangle :mkdirp yes :eval never-html
|
#+BEGIN_SRC nix :tangle generated/out_of_tree/gtk.nix :noweb tangle :mkdirp yes :eval never-html
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# Stylix GTK target
|
||||||
|
stylix.targets.gtk.enable = true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user