mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Remove the deUtils namespace
This commit is contained in:
parent
f0df314f21
commit
2ff87c8404
15 changed files with 33 additions and 33 deletions
|
|
@ -21,7 +21,7 @@
|
|||
pkgs.grimblast
|
||||
];
|
||||
|
||||
custom.deUtils = {
|
||||
custom = {
|
||||
services = {
|
||||
hyprpaper.enable = true;
|
||||
hypridle.enable = true;
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
bindel = SUPER ALT, down, exec, $volume-down
|
||||
bindl = SUPER ALT, M, exec, $mute-mic
|
||||
|
||||
${lib.optionalString config.custom.deUtils.programs.brightnessctl.enable ''
|
||||
${lib.optionalString config.custom.programs.brightnessctl.enable ''
|
||||
# Adjust brightness
|
||||
bindel = , XF86MonBrightnessUp, exec, brightnessctl --exponent set +2%
|
||||
bindel = , XF86MonBrightnessDown, exec, brightnessctl --exponent set 2%-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue