From d91ce600ab53da44ee5919d038707e2690b1f6a9 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 8 Jan 2024 22:25:37 +0530 Subject: modules/userdata: refactor, init userdata.package --- hosts/cez/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hosts') 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" ]; } -- cgit v1.2.3