feat: trying hyprland again

This commit is contained in:
Nick 2025-05-10 16:28:48 -05:00
parent c5fe1e3538
commit cd01d3e40b
11 changed files with 108 additions and 156 deletions

View file

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