mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Improve deUtils dependency management
This commit is contained in:
parent
206c43f71a
commit
1f8cadb2dc
6 changed files with 32 additions and 9 deletions
|
|
@ -3,7 +3,10 @@
|
|||
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
myConfig.theme = "light";
|
||||
myConfig = {
|
||||
theme = "light";
|
||||
deUtils.brightnessctl.enable = true;
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
"eDP-1,2880x1920@120,0x0,2,vrr,1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue