hyprland: kitty, wofi, dunst

This commit is contained in:
Sridhar Ratnakumar 2024-10-23 19:37:58 -04:00
parent bbf97168f4
commit e3e6a7dd7b
No known key found for this signature in database

View file

@ -11,7 +11,11 @@ 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;
};
environment.systemPackages = [
pkgs.kitty
home-manager.sharedModules = [{
services.dunst.enable = true;
}];
environment.systemPackages = with pkgs; [
kitty
wofi
];
}