diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-02-09 12:01:42 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-02-09 12:01:42 +0100 |
| commit | a71aa5e81eecccfe15a6b9aaa2300a944172751b (patch) | |
| tree | 429b47da058abae320cc3ec55de4de4cf125f6db /profiles/station/packages.nix | |
| parent | 276d84875219bb6a4b3f2e071192d2e85cab14ca (diff) | |
better darwin handling
Diffstat (limited to 'profiles/station/packages.nix')
| -rw-r--r-- | profiles/station/packages.nix | 32 |
1 files changed, 12 insertions, 20 deletions
diff --git a/profiles/station/packages.nix b/profiles/station/packages.nix index e823fb8..4116e70 100644 --- a/profiles/station/packages.nix +++ b/profiles/station/packages.nix @@ -1,35 +1,29 @@ { + machine, pkgs, lib, ... }: with lib; { hm = { home.packages = with pkgs; [ - (nerdfonts.override {fonts = ["FiraCode"];}) - noto-fonts - noto-fonts-emoji - k9s - krew - dasel + (nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono"];}) python311Packages.editorconfig - gcc - gnumake calcurse - file - ueberzug - pstree - pywal bashInteractive powershell + + k9s + krew azure-cli - alejandra - statix github-cli - lazygit argocd - bc - nushell - ] ++ optionals (!pkgs.stdenv.isDarwin) [ + (google-cloud-sdk.withExtraComponents (with google-cloud-sdk.components; [ + gke-gcloud-auth-plugin + ])) + ] ++ optionals (!machine.isDarwin) [ + pywal + dasel + ueberzug inotify-tools raylib maim @@ -39,8 +33,6 @@ sxiv sent initool - pkgsi686Linux.glibc - gdb dmenu librewolf firefox-wayland |
