feat: hyprland for user1

This commit is contained in:
Nick 2025-03-09 23:00:10 -05:00
parent 8350dbd9ba
commit 8e918f915c
6 changed files with 121 additions and 12 deletions

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
zathura
;
};
}