added machineConfig to my home.nix

This commit is contained in:
Richie Cahill
2024-05-21 21:06:57 -04:00
parent 632f754e23
commit b106e7b9e2
3 changed files with 19 additions and 13 deletions

View File

@ -1,10 +1,10 @@
{ lib, machineConfig, ... }:
{
imports = [
./home/programs.nix
./home/sshconfig.nix
./home/cli
./home/vscode
];
] ++ lib.optionals (!machineConfig.server) [ ./home/gui.nix ];
nixpkgs.config.allowUnfree = true;