diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-09 17:39:52 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-09 17:39:52 +0100 |
commit | 870c3fd5540de1f98233e5f558f92a0388a9fca0 (patch) | |
tree | 4f21c6cde491e9f54e2524da23f9e672b37a93f7 /compositor.nix | |
parent | 59efaa5a44ffc9bcc68d0538d7b2fc9fbbb7e06d (diff) |
hypr: lock and paper enabled
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 |