10 lines
209 B
Nix
10 lines
209 B
Nix
{pkgs, ...}: {
|
|
services.hypridle.enable = true;
|
|
services.hyprpolkitagent.enable = true;
|
|
programs.hyprlock.enable = true;
|
|
|
|
xdg.configFile."hypr" = {
|
|
source = "${pkgs.dotfiles}/.config/hypr";
|
|
};
|
|
}
|