Skip to content

Commit

Permalink
laptop: install more apps
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Dec 25, 2024
1 parent 52d169c commit 900b0dc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions configs/nixos/laptop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@")
];
Expand Down

0 comments on commit 900b0dc

Please sign in to comment.