Compare commits

..

2 commits

Author SHA1 Message Date
cy
0e428e8d68
just change nixpkgs atp 2025-03-29 16:10:30 -04:00
cy
814f8a0b4f
Revert "overlay to fix rtl8821ce"
This reverts commit 21647634d3.
2025-03-29 16:08:13 -04:00
4 changed files with 9 additions and 28 deletions

29
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,
@ -844,16 +828,16 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1743256265,
"narHash": "sha256-1GJtabBAEwSkwKgSBe+osLCYwcRr5zx5H7ipuoVkO/4=",
"owner": "nixos",
"lastModified": 1743276155,
"narHash": "sha256-58M8lZwf07NZA+rfqF4S7XBAchBaqLayXCmlCn3XUMQ=",
"owner": "cything",
"repo": "nixpkgs",
"rev": "5dab1e63b3efccf767a54b0b978b41fe7410aff0",
"rev": "b1a1a918e0f3b30085441fd246b52b572057e919",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable-small",
"owner": "cything",
"ref": "rtl8821ce-6.14",
"repo": "nixpkgs",
"type": "github"
}
@ -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

@ -2,7 +2,7 @@
description = "cy's flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:cything/nixpkgs/rtl8821ce-6.14";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
sops-nix = {
url = "github:Mic92/sops-nix";
@ -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";
};
}
)
]