hyprland: more stuff

This commit is contained in:
Sridhar Ratnakumar 2024-10-23 21:39:09 -04:00
parent 5941c427ea
commit 01cdfc447a
No known key found for this signature in database

View file

@ -11,11 +11,18 @@ in
# make sure to also set the portal package, so that they are in sync
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
security.pam.services.hyprlock = { };
home-manager.sharedModules = [{
services.dunst.enable = true;
programs.hyprlock.enable = true;
}];
environment.systemPackages = with pkgs; [
kitty
wofi
hyprpaper
hyprnome
hyprshade
# launchers
walker
];
}