add comin

This commit is contained in:
Daylin Morgan 2024-11-05 21:39:52 -06:00
parent 7e0be17d46
commit 03b53a3d39
Signed by: daylin
GPG key ID: 950D13E9719334AD
4 changed files with 38 additions and 0 deletions

View file

@ -33,6 +33,26 @@
"type": "github"
}
},
"comin": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1724145018,
"narHash": "sha256-6R5CeMgr3EGKhqWPkqtteOtix7hBaurfpjHepiq2OrU=",
"owner": "nlewo",
"repo": "comin",
"rev": "84ef9af404b9157eab2c5e3e44d7c29239329901",
"type": "github"
},
"original": {
"owner": "nlewo",
"repo": "comin",
"type": "github"
}
},
"f1multiviewer": {
"inputs": {
"nixpkgs": [
@ -1071,6 +1091,7 @@
},
"root": {
"inputs": {
"comin": "comin",
"f1multiviewer": "f1multiviewer",
"ghostty": "ghostty",
"hyprland": "hyprland",

View file

@ -32,6 +32,12 @@
ghostty.inputs.nixpkgs-stable.follows = "nixpkgs";
ghostty.inputs.nixpkgs-unstable.follows = "nixpkgs";
comin = {
url = "github:nlewo/comin";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1";
hyprland-contrib.url = "github:hyprwm/contrib";
roc.url = "github:roc-lang/roc";

View file

@ -55,4 +55,14 @@ in
};
};
};
services.comin = enabled // {
remotes = [
{
name = "origin";
url = "https://github.com/daylinmorgan/oizys.git";
branches.main.name = "main";
}
];
};
}

View file

@ -52,6 +52,7 @@ let
../modules/oizys.nix
inputs.lix-module.nixosModules.default
inputs.hyprland.nixosModules.default
inputs.comin.nixosModules.comin
] ++ (hostFiles hostName);
specialArgs = commonSpecialArgs // {