nix-config/users/willifan/applications.nix
2024-06-18 17:57:55 +02:00

32 lines
246 B
Nix

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