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