remove discord from iso build
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 2m17s
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 2m17s
This commit is contained in:
@ -17,6 +17,9 @@
|
||||
|
||||
home-manager.extraSpecialArgs = { inherit inputs; inherit pkgs; isOs = true;};
|
||||
home-manager.users.tom = {
|
||||
imports = [ ../../homeConfigs/home.nix ];
|
||||
imports = [
|
||||
../../homeConfigs/home.nix
|
||||
../../homeConfigs/hosts/iso.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user