12 lines
91 B
Nix
12 lines
91 B
Nix
{ ... }:
|
|
|
|
{
|
|
|
|
users.users.clerie.packages = with pkgs; [
|
|
firefox
|
|
|
|
blender
|
|
];
|
|
|
|
}
|