remove: backlight system module, needs work

This commit is contained in:
ooks-io 2024-01-23 23:01:06 +13:00
parent 55bfa3602c
commit 16dd61d968
3 changed files with 5 additions and 4 deletions

View file

@ -70,9 +70,10 @@ in
--interactive-muted: var(--nix-fg3); /*base03*/
--channels-default: var(--nix-fg1);
--scrollbar-thin-thun: var(--nix-hi);
--scrollbar-thin-thumb: transparent;
--scrollbar-thin-track: transparent;
--scrollbar-auto-thumb: var(--nix-fg1);
--scrollbar-auto-track:var(--nix-bg2);
--scrollbar-auto-track:var(--nix-bg1);
--scrollbar-auto-scrollbar-color-thumb: var(--nix-accent);
}

View file

@ -16,6 +16,6 @@
transform = 0;
}];
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-dark-soft;
colorscheme = inputs.nix-colors.colorSchemes.catppuccin-mocha;
}

View file

@ -12,7 +12,7 @@ in
hardware = {
bluetooth.enable = true;
power.enable = true;
backlight.enable = true;
# backlight.enable = true;
};
};
};