updated flake

This commit is contained in:
Charlie Root 2024-06-01 19:31:05 +02:00
commit 7db56ac8c3
6 changed files with 65 additions and 71 deletions

View file

@ -5,6 +5,7 @@
...
}: let
cfg = config.modules.programs.stylix;
inherit (config.modules.other.system) username;
in {
options.modules.programs.stylix.enable = lib.mkEnableOption "stylix";
config = lib.mkIf cfg.enable {
@ -50,7 +51,7 @@ in {
targets = {
console.enable = true;
fish.enable = true;
grub.enable = true;
grub.enable = false;
grub.useImage = true;
gtk.enable = true;
lightdm.enable = true;