hmm will not work
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user