forked from jan-leila/nix-config
moved more out of common config
This commit is contained in:
parent
aa7c2a2a15
commit
fa3cb19c0b
7 changed files with 60 additions and 174 deletions
14
modules/nix-development.nix
Normal file
14
modules/nix-development.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
nix = {
|
||||
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# nix langauge server
|
||||
nixd
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue