Move mosh/unzip into common home packages, add orca-slicer to the thinkpad home, and remove the now-redundant system package list and kernel param.
15 lines
155 B
Nix
15 lines
155 B
Nix
{ pkgs, ... }:
|
|
{
|
|
|
|
home.packages = with pkgs; [
|
|
jnv
|
|
jq
|
|
mosh
|
|
ncdu
|
|
reichard.codexis
|
|
ripgrep
|
|
sqlite-interactive
|
|
unzip
|
|
];
|
|
}
|