1
0
Fork 0
nixfiles/hosts/zinc/programs.nix

13 lines
106 B
Nix

{ pkgs, ... }:
{
users.users.clerie.packages = with pkgs; [
firefox
blender
cura
];
}