Added Stylix

This commit is contained in:
2025-06-04 14:29:14 -03:00
parent 01c02381ce
commit cdd29be844
6 changed files with 469 additions and 21 deletions

View File

@@ -38,6 +38,11 @@
};
}
#
# ========== Theming ==========
#
inputs.stylix.nixosModules.stylix
(map lib.custom.relativeToRoot [
#
# ========== Required Configs ==========
@@ -66,6 +71,10 @@
"hosts/common/optional/kde.nix"
"hosts/common/optional/sddm.nix"
"hosts/common/optional/thermal-management.nix"
# Theming
"hosts/common/optional/theming/targets/all-except-vscode.nix"
"hosts/common/optional/theming/themes/tokyonight"
])
];