diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-31 08:53:47 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-31 08:53:47 -0800 |
| commit | 418e8667f84c658873e80d72ecafcdceb98e7439 (patch) | |
| tree | e451e80e2bd6a3bc338906f2365a231222669baf /profiles | |
| parent | move miniflux configuration for authelia in the miniflux profile (diff) | |
| download | infra-418e8667f84c658873e80d72ecafcdceb98e7439.tar.gz | |
install a few packages at the system level
Diffstat (limited to '')
| -rw-r--r-- | profiles/darwin.nix | 16 | ||||
| -rw-r--r-- | profiles/defaults.nix | 6 | ||||
| -rw-r--r-- | profiles/home-manager.nix | 9 |
3 files changed, 19 insertions, 12 deletions
diff --git a/profiles/darwin.nix b/profiles/darwin.nix index d1e13a5..f3d0738 100644 --- a/profiles/darwin.nix +++ b/profiles/darwin.nix @@ -59,6 +59,22 @@ # End Nix ''; + home-manager.useGlobalPkgs = true; + + environment.systemPackages = with pkgs; [ + bandwhich + bottom + curl + coreutils + dust + dysk + jless + jq + procs + ripgrep + yq + ]; + nix = { extraOptions = '' tarball-ttl = 900 diff --git a/profiles/defaults.nix b/profiles/defaults.nix index 6ada4c7..1cc92e1 100644 --- a/profiles/defaults.nix +++ b/profiles/defaults.nix @@ -118,13 +118,13 @@ programs.fish.enable = true; environment.systemPackages = with pkgs; [ + bandwhich bottom curl + dust dysk - fd - fish - git htop + jless jq kitty.terminfo mtr diff --git a/profiles/home-manager.nix b/profiles/home-manager.nix index eb7c94d..fa6b60c 100644 --- a/profiles/home-manager.nix +++ b/profiles/home-manager.nix @@ -23,14 +23,5 @@ inputs.agenix.homeManagerModules.default ../home/modules/userinfo.nix ../home/modules/onepassword.nix - { - nixpkgs.overlays = [ - inputs.agenix.overlays.default - inputs.emacs-overlay.overlay - inputs.nur.overlays.default - self.overlays.default - ]; - nixpkgs.config.allowUnfree = true; - } ]; } |
