diff options
-rw-r--r-- | nixos/parts/graphical.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/parts/graphical.nix b/nixos/parts/graphical.nix index 80a5a8a..93a3cc7 100644 --- a/nixos/parts/graphical.nix +++ b/nixos/parts/graphical.nix @@ -14,6 +14,8 @@ }; environment.systemPackages = with pkgs; [ + swaylock + # CLI tools brightnessctl wl-clipboard # for wl-copy and wl-paste |