diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-21 11:40:32 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-21 11:40:32 +0100 |
commit | c844de01d5ecccd3d52bf2a280a84314b8a47a06 (patch) | |
tree | c08adcc67867413cbc9f676cc727ae698cabee84 | |
parent | 5fd883a0a0f3669f1d4a6eb3711cf23f0cd04019 (diff) |
graphical: add swaylock
-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 |