diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-12-11 16:31:57 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-12-11 16:31:57 +0100 |
commit | 689eec9ddc3d71c1372c1389223358d21310e2b1 (patch) | |
tree | dd59b3d95629c9976ba93092a62804343f319410 /modules | |
parent | 7be98246015237af8077e3320101408639316bb8 (diff) | |
download | dots-689eec9ddc3d71c1372c1389223358d21310e2b1.tar.gz dots-689eec9ddc3d71c1372c1389223358d21310e2b1.zip |
Add slock
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/larbs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/larbs.nix b/modules/larbs.nix index a116034..5dcd309 100755 --- a/modules/larbs.nix +++ b/modules/larbs.nix @@ -5,6 +5,7 @@ in { imports = [ ./audio.nix + ./slock.nix ]; environment.systemPackages = with pkgs.nur.repos.pn; [ |