nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit fe214c330f303bf70ce597b7a375fd199bcee335
parent f6991304a164dc241204fe021b60d52b72017f2b
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Mon, 15 Sep 2025 14:01:51 +0100

Couple extra hyprland packages

Diffstat:
Mcommon/hyprland.nix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/common/hyprland.nix b/common/hyprland.nix @@ -5,6 +5,9 @@ hyprcursor hypridle hyprland + seatd + swayimg + wl-clipboard ]; programs.hyprland.enable = true; users.users.${username}.extraGroups = ["seat" "video"];