hosts/zinc: Add programs
This commit is contained in:
parent
7f6bfafbcf
commit
022fabb0f7
@ -8,6 +8,7 @@
|
||||
../../configuration/desktop
|
||||
|
||||
./initrd.nix
|
||||
./programs.nix
|
||||
];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
|
11
hosts/zinc/programs.nix
Normal file
11
hosts/zinc/programs.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
|
||||
users.users.clerie.packages = with pkgs; [
|
||||
firefox
|
||||
|
||||
blender
|
||||
];
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user