mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
workstation client should have the default set of needed software
This commit is contained in:
parent
f1604be829
commit
fdee7b7cf3
6 changed files with 75 additions and 20 deletions
6
hosts/workstation/features/software/default.nix
Normal file
6
hosts/workstation/features/software/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./workstation.nix
|
||||
./discord.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue