Make gammastep and theming part of DE configuration

This commit is contained in:
SebastianStork 2024-08-14 15:32:51 +02:00
parent aceeeef689
commit 8cc1a65fd8
9 changed files with 12 additions and 12 deletions

View file

@ -14,7 +14,7 @@
wayland.windowManager.hyprland.enable = true;
home.packages = [
(wrappers.rofi { inherit (config.myConfig) theme; })
(wrappers.rofi { inherit (config.myConfig.de) theme; })
pkgs.wl-clipboard
pkgs.playerctl
pkgs.brightnessctl
@ -26,6 +26,7 @@
hypridle.enable = true;
waybar.enable = true;
cliphist.enable = true;
gammastep.enable = true;
};
services.dunst.enable = true;