mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +00:00
Move a few packages to core
This commit is contained in:
parent
8385522f86
commit
7ed3b39467
@ -23,4 +23,10 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages =
|
||||||
|
[ pkgs.git
|
||||||
|
pkgs.htop
|
||||||
|
pkgs.tree
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,6 @@
|
|||||||
go
|
go
|
||||||
gopls
|
gopls
|
||||||
graphviz
|
graphviz
|
||||||
htop
|
|
||||||
imagemagick
|
imagemagick
|
||||||
inkscape
|
inkscape
|
||||||
jdk
|
jdk
|
||||||
@ -59,7 +58,6 @@
|
|||||||
rustup
|
rustup
|
||||||
stack
|
stack
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
tree
|
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user