Files
dotfiles/home-modules/hyprland/hyprland.nix
2024-03-12 15:37:58 +01:00

10 lines
164 B
Nix

{ config, pkgs, lib, system, user, allowed, secrets, ... }:
{
home.packages = [
# hyprland itself is a system package
pkgs.hyprland-protocols
];
}