hmm will not work

This commit is contained in:
cnst
2024-06-21 12:36:20 +02:00
parent 0c2a42b5d4
commit e09cfe26bd

View File

@@ -5,6 +5,7 @@
lib,
config,
pkgs,
system,
...
}: {
# You can import other NixOS modules here
@@ -60,9 +61,8 @@
};
# System packages
environment.systemPackages = [ inputs.nixvim.packages.${pkgs.system}.default ];
environment.systemPackages = with pkgs; [
inputs.nixvim.packages.${system}.default
git
pyright
python3