pkgs: Add tlock

This commit is contained in:
2024-11-17 00:43:56 +03:00
parent a9e62be3ef
commit 61af9a6102
3 changed files with 72 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ pkgs, inputs, ... }: {
home.packages = with pkgs; [
scrot
ffmpeg
@@ -9,5 +9,6 @@
imv
gromit-mpx
notify-desktop
inputs.tlock.packages.${system}.default
];
}