This commit is contained in:
2025-11-16 02:39:10 +03:00
parent 7acc6b352f
commit a20d8d2e89
4 changed files with 21 additions and 4 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [ hyprland ];
programs.waybar = { enable = true; };
}