hyprland: code cleanup

This commit is contained in:
Aly Raffauf 2024-03-30 13:59:06 -04:00
parent 1e192d9f11
commit 55abf7b201
4 changed files with 4 additions and 12 deletions

View file

@ -8,9 +8,7 @@
config = lib.mkIf config.desktopEnv.hyprland.hypridle.enable { config = lib.mkIf config.desktopEnv.hyprland.hypridle.enable {
# Packages that should be installed to the user profile. # Packages that should be installed to the user profile.
home.packages = with pkgs; [ home.packages = with pkgs; [ hypridle ];
hypridle
];
xdg.configFile."hypr/hypridle.conf".source = ./hypridle.conf; xdg.configFile."hypr/hypridle.conf".source = ./hypridle.conf;
}; };

View file

@ -8,9 +8,7 @@
config = lib.mkIf config.desktopEnv.hyprland.hyprlock.enable { config = lib.mkIf config.desktopEnv.hyprland.hyprlock.enable {
# Packages that should be installed to the user profile. # Packages that should be installed to the user profile.
home.packages = with pkgs; [ home.packages = with pkgs; [ hyprlock ];
hyprlock
];
xdg.configFile."hypr/hyprlock.conf".source = ./hyprlock.conf; xdg.configFile."hypr/hyprlock.conf".source = ./hyprlock.conf;
}; };

View file

@ -8,9 +8,7 @@
config = lib.mkIf config.desktopEnv.hyprland.hyprpaper.enable { config = lib.mkIf config.desktopEnv.hyprland.hyprpaper.enable {
# Packages that should be installed to the user profile. # Packages that should be installed to the user profile.
home.packages = with pkgs; [ home.packages = with pkgs; [ hyprpaper ];
hyprpaper
];
xdg.configFile."hypr/hyprpaper.conf".source = ./hyprpaper.conf; xdg.configFile."hypr/hyprpaper.conf".source = ./hyprpaper.conf;

View file

@ -8,9 +8,7 @@
config = lib.mkIf config.desktopEnv.hyprland.hyprshade.enable { config = lib.mkIf config.desktopEnv.hyprland.hyprshade.enable {
# Packages that should be installed to the user profile. # Packages that should be installed to the user profile.
home.packages = with pkgs; [ home.packages = with pkgs; [ hyprshade ];
hyprshade
];
xdg.configFile."hypr/shaders/blue-light-filter.glsl".source = xdg.configFile."hypr/shaders/blue-light-filter.glsl".source =
./blue-light-filter.glsl; ./blue-light-filter.glsl;