various improvements

This commit is contained in:
yaroslav
2025-08-30 22:29:48 +03:00
parent e7b6ab283e
commit f697119ffe
8 changed files with 208 additions and 29 deletions
+9 -1
View File
@@ -1,7 +1,15 @@
{ ... }:
{ pkgs, ... }:
{
imports = [
../home.nix
./mpd.nix
];
home.packages = with pkgs; [
hyprpolkitagent
swaynotificationcenter
hyprpaper
grim
slurp
wl-clipboard
];
}