Initial commit
This commit is contained in:
13
outputs.nix
Normal file
13
outputs.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ nixpkgs, home-manager, ... }:
|
||||
|
||||
{
|
||||
nixosConfigurations = {
|
||||
"gandalf" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
home-manager.nixosModules.home-manager
|
||||
./systems/gandalf
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user