hyprland stuff

This commit is contained in:
2026-06-25 14:59:34 -05:00
parent dbec0bc44a
commit 6420ec0d30
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
hyprpolkitagent hyprpolkitagent
hyprlock
hyprshot hyprshot
rofi rofi
networkmanagerapplet networkmanagerapplet
+2 -1
View File
@@ -3,5 +3,6 @@ require("keybinds")
require("monitor") require("monitor")
require("decoration") require("decoration")
require("general") require("general")
require("smart-gaps") --require("smart-gaps")
require("inputs") require("inputs")