diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-02-07 02:09:45 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-02-07 02:09:45 +0100 |
| commit | 276d84875219bb6a4b3f2e071192d2e85cab14ca (patch) | |
| tree | 71b919e6fa4a7ae8b356b40503ff63f268af2ca6 /profiles/station/packages.nix | |
| parent | 7c460caa6168fa95d526302d9186b9ffbd64d39c (diff) | |
fixup
Diffstat (limited to 'profiles/station/packages.nix')
| -rw-r--r-- | profiles/station/packages.nix | 83 |
1 files changed, 42 insertions, 41 deletions
diff --git a/profiles/station/packages.nix b/profiles/station/packages.nix index c9d1af8..e823fb8 100644 --- a/profiles/station/packages.nix +++ b/profiles/station/packages.nix @@ -1,50 +1,51 @@ { pkgs, + lib, ... -}: { +}: with lib; { hm = { home.packages = with pkgs; [ + (nerdfonts.override {fonts = ["FiraCode"];}) + noto-fonts + noto-fonts-emoji k9s - # krew - # dasel - # # initool - # python311Packages.editorconfig - # gcc - # # pkgsi686Linux.glibc - # gnumake - # raylib - # # gdb - # maim - # calcurse - # profanity - # file - # ueberzug - # mypaint - # lynx - # pstree - # pywal - # bashInteractive - # k9s - # powershell - # azure-cli - # inotify-tools - # alejandra - # statix - # github-cli - # lazygit - # argocd - # bc - # # sxiv - # nushell - # # sent - # (nerdfonts.override {fonts = ["FiraCode"];}) - # noto-fonts - # noto-fonts-emoji - # # dmenu - # # librewolf - # # firefox-wayland - # # libreoffice - # # xclip + krew + dasel + python311Packages.editorconfig + gcc + gnumake + calcurse + file + ueberzug + pstree + pywal + bashInteractive + powershell + azure-cli + alejandra + statix + github-cli + lazygit + argocd + bc + nushell + ] ++ optionals (!pkgs.stdenv.isDarwin) [ + inotify-tools + raylib + maim + profanity + mypaint + lynx + sxiv + sent + initool + pkgsi686Linux.glibc + gdb + dmenu + librewolf + firefox-wayland + libreoffice + xclip ]; }; } |
