13 lines
106 B
Nix
13 lines
106 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
|
|
users.users.clerie.packages = with pkgs; [
|
|
firefox
|
|
|
|
blender
|
|
cura
|
|
];
|
|
|
|
}
|