1
0
nixfiles/hosts/zinc/programs.nix

12 lines
91 B
Nix
Raw Normal View History

2024-02-07 17:35:28 +01:00
{ ... }:
{
users.users.clerie.packages = with pkgs; [
firefox
blender
];
}