1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: add whisper-overlay module, reenable stylix after it disabled itself

This commit is contained in:
oddlama 2024-06-23 14:04:11 +02:00
parent 9b428f2480
commit 51acddd147
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 259 additions and 62 deletions

View file

@ -24,6 +24,7 @@ in
// optionalAttrs (!minimal) {
imports = [
inputs.stylix.nixosModules.stylix
inputs.whisper-overlay.nixosModules.default
./fonts.nix
./steam.nix
@ -59,6 +60,7 @@ in
};
stylix = {
enable = true;
# I want to choose what to style myself.
autoEnable = false;
image = config.lib.stylix.pixel "base00";