This commit is contained in:
Kopatz
2024-06-03 18:25:20 +02:00
parent de415c09a9
commit 3e21d41ff0
43 changed files with 3004 additions and 31 deletions

View File

@@ -6,7 +6,7 @@ in {
enable = mkEnableOption "Enables stylix";
image = mkOption {
type = types.path;
default = ../../yuyukowallpaper1809.png;
default = ../../yuyukowallpaper.png;
description = ''
The wallpaper to use.
'';
@@ -33,6 +33,10 @@ in {
config =
let nerdfonts = pkgs.nerdfonts.override { fonts = [ "Hack" "Noto" ]; };
in mkIf cfg.enable {
home-manager = lib.mkIf config.custom.graphical.i3.enable {
users.${config.mainUser.name}.stylix.targets.kde.enable = false;
};
stylix = {
autoEnable = mkForce true;
polarity = "dark";