1
0
Fork 0

hosts/zinc: Add programs

This commit is contained in:
clerie 2024-02-07 17:35:28 +01:00
parent 7f6bfafbcf
commit 022fabb0f7
2 changed files with 12 additions and 0 deletions

View File

@ -8,6 +8,7 @@
../../configuration/desktop
./initrd.nix
./programs.nix
];
# Use the systemd-boot EFI boot loader.

11
hosts/zinc/programs.nix Normal file
View File

@ -0,0 +1,11 @@
{ ... }:
{
users.users.clerie.packages = with pkgs; [
firefox
blender
];
}