nix-config/users/willifan/applications.nix
2024-06-16 14:19:33 +02:00

35 lines
293 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
#rustup
#probe-rs
#cargo-binutils
bc
jq
xorg.xrandr
btop
feh
enpass
webcord
obsidian
kicad
piper
qemu
libreoffice
prusa-slicer
gimp
inkscape
];
}