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