From 900b0dc18dbd78daa8bf1116912d4a45f1cf0bd0 Mon Sep 17 00:00:00 2001 From: bricked Date: Wed, 25 Dec 2024 10:56:56 +0100 Subject: [PATCH] laptop: install more apps --- configs/nixos/laptop/default.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/configs/nixos/laptop/default.nix b/configs/nixos/laptop/default.nix index f7fc097..398e48c 100644 --- a/configs/nixos/laptop/default.nix +++ b/configs/nixos/laptop/default.nix @@ -95,11 +95,33 @@ with lib; { environment.systemPackages = with pkgs; [ comma + nodejs_23 + bun + deno + pnpm + aoc-cli + rustc + cargo + rustfmt + clang gimp fractal tuba + libreoffice git kitty + kooha + switcheroo + conjure + upscaler + curtail + fragments + dconf-editor + dconf2nix + nurl + nitch + cavalier + gnome-obfuscate (uutils-coreutils.override {prefix = "";}) (writeShellScriptBin "xdg-terminal-exec" "kitty -e $@") ];