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:
parent
9b428f2480
commit
51acddd147
5 changed files with 259 additions and 62 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue