try newer stuff again
This commit is contained in:
parent
5efe1463a3
commit
cb9e31f036
2 changed files with 7 additions and 7 deletions
|
@ -54,7 +54,7 @@
|
||||||
};
|
};
|
||||||
tmp.cleanOnBoot = true;
|
tmp.cleanOnBoot = true;
|
||||||
# upgrade after https://github.com/tomaspinho/rtl8821ce/issues/356 is fixed
|
# upgrade after https://github.com/tomaspinho/rtl8821ce/issues/356 is fixed
|
||||||
kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
|
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||||
extraModulePackages = with config.boot.kernelPackages; [
|
extraModulePackages = with config.boot.kernelPackages; [
|
||||||
rtl8821ce
|
rtl8821ce
|
||||||
];
|
];
|
||||||
|
|
|
@ -15,12 +15,12 @@ importedOverlays
|
||||||
stable = inputs.nixpkgs-stable;
|
stable = inputs.nixpkgs-stable;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
bitwarden-cli = pkgFrom stable "bitwarden-cli";
|
# bitwarden-cli = pkgFrom stable "bitwarden-cli";
|
||||||
roundcube = pkgFrom stable "roundcube";
|
# roundcube = pkgFrom stable "roundcube";
|
||||||
lldb = pkgFrom stable "lldb";
|
# lldb = pkgFrom stable "lldb";
|
||||||
calibre = pkgFrom stable "calibre";
|
# calibre = pkgFrom stable "calibre";
|
||||||
nil = inputs.nil.packages.${prev.system}.nil;
|
# nil = inputs.nil.packages.${prev.system}.nil;
|
||||||
anki = pkgFrom inputs.anki "anki-bin";
|
# anki = pkgFrom inputs.anki "anki-bin";
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue