Revert "overlay to fix rtl8821ce"

This reverts commit 21647634d3.
This commit is contained in:
cy 2025-03-29 16:08:13 -04:00
parent 21647634d3
commit 814f8a0b4f
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
4 changed files with 2 additions and 21 deletions

17
flake.lock generated
View file

@ -762,22 +762,6 @@
"type": "github"
}
},
"nixpkgs-rtl8821ce": {
"locked": {
"lastModified": 1743276155,
"narHash": "sha256-58M8lZwf07NZA+rfqF4S7XBAchBaqLayXCmlCn3XUMQ=",
"owner": "cything",
"repo": "nixpkgs",
"rev": "b1a1a918e0f3b30085441fd246b52b572057e919",
"type": "github"
},
"original": {
"owner": "cything",
"ref": "rtl8821ce-6.14",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1730741070,
@ -980,7 +964,6 @@
"nix-index-database": "nix-index-database",
"nix-ld": "nix-ld",
"nixpkgs": "nixpkgs_4",
"nixpkgs-rtl8821ce": "nixpkgs-rtl8821ce",
"nixpkgs-stable": "nixpkgs-stable_2",
"nixvim": "nixvim",
"nvim-github-theme": "nvim-github-theme",

View file

@ -91,7 +91,6 @@
flake-utils.follows = "flake-utils";
};
};
nixpkgs-rtl8821ce.url = "github:cything/nixpkgs/rtl8821ce-6.14";
nvim-github-theme = {
url = "github:projekt0n/github-nvim-theme";

View file

@ -363,6 +363,8 @@
services.trezord.enable = true;
programs.niri.enable = false;
programs.niri.package = pkgs.niri-unstable;
programs.xwayland.enable = true;
services.udev.extraHwdb = ''

View file

@ -23,9 +23,6 @@ in
meta.mainProgram = "garage";
}
);
linuxPackages = prev.linuxPackages // {
rtl8821ce = nixpkgsFrom inputs.nixpkgs-rtl8821ce "linuxPackages.rtl8821ce";
};
}
)
]