feat(canopus): replace supergfxd with cardwire

This commit is contained in:
tux
2026-08-10 21:59:03 +05:30
parent cf52a84c81
commit 4b828d974f
3 changed files with 208 additions and 76 deletions

View File

@@ -54,6 +54,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
cardwire = {
url = "github:opengamingcollective/cardwire";
inputs.nixpkgs.follows = "nixpkgs";
};
import-tree.url = "github:vic/import-tree";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11-small";