diff options
Diffstat (limited to 'compositor.nix')
-rw-r--r-- | compositor.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compositor.nix b/compositor.nix index 7ae2a5f..8226842 100644 --- a/compositor.nix +++ b/compositor.nix @@ -7,7 +7,6 @@ package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; }; - programs.hyprlock.enable = true; environment.systemPackages = with pkgs; [ kitty # Required by Hyprland |