diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/cez/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/cez/configuration.nix b/hosts/cez/configuration.nix index 3a2a196..2df69ef 100644 --- a/hosts/cez/configuration.nix +++ b/hosts/cez/configuration.nix @@ -39,6 +39,12 @@ in getty.autologinUser = user; }; + userdata.packages = with pkgs; [ + geoipWithDatabase + ffmpeg + (pass.withExtensions (exts: [ exts.pass-otp ])) + ]; + programs.adb.enable = true; userdata.groups = [ "adbusers" ]; } |