[home] add metis

This commit is contained in:
2024-06-28 03:13:10 +08:00
parent 027636e85b
commit 01c9770d31
+6
View File
@@ -27,6 +27,12 @@
modules = [ ./home/um790.nix ]; modules = [ ./home/um790.nix ];
extraSpecialArgs = { inherit inputs; }; extraSpecialArgs = { inherit inputs; };
}; };
"origami@metis" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux;
modules = [ ./home/metis.nix ];
extraSpecialArgs = { inherit inputs; };
};
}; };
}; };
} }