Files
nix/modules/home/common/default.nix
Evan Reichard 36f2abc1a9 chore(thinkpad): reorganize packages and drop ACPI GPE mask
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.
2026-06-11 16:07:53 -04:00

15 lines
155 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
jnv
jq
mosh
ncdu
reichard.codexis
ripgrep
sqlite-interactive
unzip
];
}