update to latest cerulean patches

This commit is contained in:
do butterflies cry? 2026-02-14 18:16:29 +10:00
parent f123fe2af7
commit 0a72c0387c
7 changed files with 47 additions and 73 deletions

View file

@ -3,10 +3,6 @@ cerulean.mkNexus ./. (self: {
nexus = {
specialArgs = {inherit inputs;};
extraPkgConfig = {
config.allowUnfree = true;
};
extraModules = with inputs; [
home-manager.nixosModules.home-manager
];