mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-10 08:35:57 +08:00
hyprland: more stuff
This commit is contained in:
parent
5941c427ea
commit
01cdfc447a
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue