wip: broken, still working on it'
This commit is contained in:
@@ -34,8 +34,7 @@
|
||||
myOverlays = { ... }: {
|
||||
nixpkgs.overlays = [
|
||||
rust-overlay.overlays.default
|
||||
self.common.overlays
|
||||
];
|
||||
] ++ (nixpkgs.lib.attrValues self.common.overlays);
|
||||
};
|
||||
in {
|
||||
meta = import ./meta;
|
||||
@@ -50,7 +49,7 @@
|
||||
specialArgs = {
|
||||
inherit userName userEmail ghostty;
|
||||
hostname = "sephiroth";
|
||||
role = "devel";
|
||||
role = "workstation";
|
||||
};
|
||||
modules = [
|
||||
myOverlays
|
||||
@@ -75,7 +74,7 @@
|
||||
specialArgs = {
|
||||
inherit userName userEmail ghostty;
|
||||
hostname = "cloud";
|
||||
role = "devel";
|
||||
role = "workstation";
|
||||
};
|
||||
modules = [
|
||||
myOverlays
|
||||
@@ -162,10 +161,10 @@
|
||||
extraSpecialArgs = extraSpecialArgs // {
|
||||
isNixOS = false;
|
||||
hostname = hostname;
|
||||
role = "workstation";
|
||||
};
|
||||
modules = [
|
||||
myOverlays
|
||||
./modules/common/core
|
||||
./home
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user