diff --git a/config/profiles/common/nixos/packages.nix b/config/profiles/common/nixos/packages.nix index ed328351..c9c186aa 100644 --- a/config/profiles/common/nixos/packages.nix +++ b/config/profiles/common/nixos/packages.nix @@ -7,6 +7,7 @@ lm_sensors htop cachix + borgbackup ripgrep git nixfmt diff --git a/config/profiles/gui/nixos/default.nix b/config/profiles/gui/nixos/default.nix index 9830562b..48354f4b 100644 --- a/config/profiles/gui/nixos/default.nix +++ b/config/profiles/gui/nixos/default.nix @@ -2,6 +2,7 @@ { imports = [ + ./adb.nix ./fonts.nix ./gpg.nix ./firefox.nix