Compare commits

...

1 Commits

Author SHA1 Message Date
ddb1d3c8d2 added custom patched woomer 2026-06-27 10:39:37 +01:00
3 changed files with 77 additions and 1 deletions

View File

@@ -128,6 +128,7 @@
ffmpeg ffmpeg
inputs.norgolith.packages.${pkgs.stdenv.hostPlatform.system}.default inputs.norgolith.packages.${pkgs.stdenv.hostPlatform.system}.default
inputs.cracked-davinci.packages.${pkgs.stdenv.hostPlatform.system}.default inputs.cracked-davinci.packages.${pkgs.stdenv.hostPlatform.system}.default
inputs.woomer.packages.${pkgs.stdenv.hostPlatform.system}.default
# wine # wine
wineWow64Packages.stable wineWow64Packages.stable

73
flake.lock generated
View File

@@ -84,6 +84,21 @@
"url": "https://git.voidarc.co.uk/voidarc/nixos.davinci" "url": "https://git.voidarc.co.uk/voidarc/nixos.davinci"
} }
}, },
"crane": {
"locked": {
"lastModified": 1781825982,
"narHash": "sha256-SlXKwIRIhrOSAcTjCB3ftPLzJWZStQIPS7J1FlZPnKk=",
"owner": "ipetkov",
"repo": "crane",
"rev": "469fd08d0bcf6926321fa973c6777fbc87785dd7",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"doot": { "doot": {
"inputs": { "inputs": {
"doot-src": "doot-src", "doot-src": "doot-src",
@@ -233,6 +248,24 @@
"type": "github" "type": "github"
} }
}, },
"flake-utils_4": {
"inputs": {
"systems": "systems_7"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"fsel": { "fsel": {
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
@@ -916,6 +949,7 @@
"otter-launcher": "otter-launcher", "otter-launcher": "otter-launcher",
"sls-steam": "sls-steam", "sls-steam": "sls-steam",
"way-edges": "way-edges", "way-edges": "way-edges",
"woomer": "woomer",
"wshowkeys": "wshowkeys" "wshowkeys": "wshowkeys"
} }
}, },
@@ -1065,6 +1099,21 @@
"type": "github" "type": "github"
} }
}, },
"systems_7": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"utils": { "utils": {
"inputs": { "inputs": {
"systems": "systems" "systems": "systems"
@@ -1104,9 +1153,31 @@
"type": "github" "type": "github"
} }
}, },
"woomer": {
"inputs": {
"crane": "crane",
"flake-utils": "flake-utils_3",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1782507996,
"narHash": "sha256-hO+SIA6Q41hiwZBFGHBjkOsRQFUcO0SbJqmYeyy2sfM=",
"owner": "voidarclabs",
"repo": "woomer",
"rev": "572844bdae8dded0bbad9e23ca354dcd857f6b98",
"type": "github"
},
"original": {
"owner": "voidarclabs",
"repo": "woomer",
"type": "github"
}
},
"wshowkeys": { "wshowkeys": {
"inputs": { "inputs": {
"flake-utils": "flake-utils_3", "flake-utils": "flake-utils_4",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
] ]

View File

@@ -10,6 +10,10 @@
# Apps # Apps
sls-steam.url = "github:AceSLS/SLSsteam"; sls-steam.url = "github:AceSLS/SLSsteam";
woomer = {
url = "github:voidarclabs/woomer";
inputs.nixpkgs.follows = "nixpkgs";
};
chataigne.url = "./modules/chataigne"; chataigne.url = "./modules/chataigne";
norgolith = { norgolith = {
url = "github:NTBBloodbath/norgolith"; url = "github:NTBBloodbath/norgolith";