moudlar
This commit is contained in:
10
home-modules/hyprland/hyprland.nix
Normal file
10
home-modules/hyprland/hyprland.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, lib, system, user, allowed, secrets, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
# hyprland itself is a system package
|
||||
pkgs.hyprland-protocols
|
||||
];
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user