1
0
nixfiles/hosts/zinc/programs.nix
2024-02-07 17:35:28 +01:00

12 lines
91 B
Nix

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