try newer stuff again
This commit is contained in:
parent
5efe1463a3
commit
322b594936
3 changed files with 16 additions and 19 deletions
|
@ -8,18 +8,15 @@
|
|||
mutableExtensionsDir = false;
|
||||
extensions =
|
||||
# if unfree
|
||||
# (with pkgs.vscode-marketplace; [
|
||||
(
|
||||
with pkgs.open-vsx;
|
||||
[
|
||||
vscodevim.vim
|
||||
jnoortheen.nix-ide
|
||||
editorconfig.editorconfig
|
||||
github.github-vscode-theme
|
||||
rust-lang.rust-analyzer
|
||||
shd101wyy.markdown-preview-enhanced
|
||||
]
|
||||
);
|
||||
# with pkgs.vscode-marketplace;
|
||||
with pkgs.open-vsx; [
|
||||
vscodevim.vim
|
||||
jnoortheen.nix-ide
|
||||
editorconfig.editorconfig
|
||||
github.github-vscode-theme
|
||||
rust-lang.rust-analyzer
|
||||
shd101wyy.markdown-preview-enhanced
|
||||
];
|
||||
userSettings = {
|
||||
"workbench.colorTheme" = "GitHub Dark Default";
|
||||
"files.autoSave" = "afterDelay";
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
};
|
||||
tmp.cleanOnBoot = true;
|
||||
# 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; [
|
||||
rtl8821ce
|
||||
];
|
||||
|
|
|
@ -15,12 +15,12 @@ importedOverlays
|
|||
stable = inputs.nixpkgs-stable;
|
||||
in
|
||||
{
|
||||
bitwarden-cli = pkgFrom stable "bitwarden-cli";
|
||||
roundcube = pkgFrom stable "roundcube";
|
||||
lldb = pkgFrom stable "lldb";
|
||||
calibre = pkgFrom stable "calibre";
|
||||
nil = inputs.nil.packages.${prev.system}.nil;
|
||||
anki = pkgFrom inputs.anki "anki-bin";
|
||||
# bitwarden-cli = pkgFrom stable "bitwarden-cli";
|
||||
# roundcube = pkgFrom stable "roundcube";
|
||||
# lldb = pkgFrom stable "lldb";
|
||||
# calibre = pkgFrom stable "calibre";
|
||||
# nil = inputs.nil.packages.${prev.system}.nil;
|
||||
# anki = pkgFrom inputs.anki "anki-bin";
|
||||
}
|
||||
)
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue