diff --git a/desktops/hyprland/default.nix b/desktops/hyprland/default.nix index 07a97a4..848e6c0 100644 --- a/desktops/hyprland/default.nix +++ b/desktops/hyprland/default.nix @@ -13,6 +13,7 @@ environment.systemPackages = with pkgs; [ hyprpolkitagent + hyprlock hyprshot rofi networkmanagerapplet diff --git a/home/river/config/hypr/hyprland.lua b/home/river/config/hypr/hyprland.lua index 726ff18..c6d2b3b 100644 --- a/home/river/config/hypr/hyprland.lua +++ b/home/river/config/hypr/hyprland.lua @@ -3,5 +3,6 @@ require("keybinds") require("monitor") require("decoration") require("general") -require("smart-gaps") -require("inputs") \ No newline at end of file +--require("smart-gaps") +require("inputs") +