mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 08:50:32 +01:00
comin; colmena pkg
This commit is contained in:
parent
82daf278a6
commit
35d126ba6b
21
flake.lock
21
flake.lock
|
@ -20,6 +20,26 @@
|
||||||
"type": "github"
|
"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"
|
||||||
|
}
|
||||||
|
},
|
||||||
"compose2nix": {
|
"compose2nix": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
@ -872,6 +892,7 @@
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"apple-silicon": "apple-silicon",
|
"apple-silicon": "apple-silicon",
|
||||||
|
"comin": "comin",
|
||||||
"compose2nix": "compose2nix",
|
"compose2nix": "compose2nix",
|
||||||
"dwl-source": "dwl-source",
|
"dwl-source": "dwl-source",
|
||||||
"firefox-addons": "firefox-addons",
|
"firefox-addons": "firefox-addons",
|
||||||
|
|
|
@ -63,12 +63,5 @@
|
||||||
...
|
...
|
||||||
}: {};
|
}: {};
|
||||||
flake = {};
|
flake = {};
|
||||||
# colmena = {
|
|
||||||
# "beleth" = {
|
|
||||||
# deployment.targetHost = "heroin.trade";
|
|
||||||
# deployment.replaceUnknownProfiles = false;
|
|
||||||
# deployment.buildOnTarget = true;
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -84,7 +84,7 @@ in {
|
||||||
|
|
||||||
obsidian
|
obsidian
|
||||||
|
|
||||||
prismlauncher
|
#prismlauncher broken
|
||||||
|
|
||||||
# marked as broken
|
# marked as broken
|
||||||
# syncthingtray
|
# syncthingtray
|
||||||
|
@ -124,6 +124,8 @@ in {
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
wireguard-ui
|
wireguard-ui
|
||||||
|
|
||||||
|
colmena
|
||||||
|
|
||||||
nix-tree
|
nix-tree
|
||||||
|
|
||||||
nixos-icons
|
nixos-icons
|
||||||
|
|
Loading…
Reference in a new issue