Added the stylix.enable flag
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
stylix.enable = true;
|
||||
|
||||
stylix.image = ./wallpaper.jpg;
|
||||
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
system,
|
||||
...
|
||||
}: {
|
||||
stylix.enable = true;
|
||||
|
||||
stylix.image = ./DotGrid.svg;
|
||||
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/spaceduck.yaml";
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
{
|
||||
stylix.enable = true;
|
||||
|
||||
stylix.autoEnable = true;
|
||||
|
||||
home-manager.sharedModules = [
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
{
|
||||
stylix.enable = true;
|
||||
|
||||
stylix.autoEnable = true;
|
||||
|
||||
home-manager.sharedModules = [
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
stylix.enable = true;
|
||||
|
||||
stylix.image = ./wallpaper.jpg;
|
||||
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-city-dark.yaml";
|
||||
|
||||
Reference in New Issue
Block a user