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.
This commit is contained in:
@@ -68,6 +68,10 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
orca-slicer
|
||||
];
|
||||
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
name = "catppuccin-macchiato-mauve-cursors";
|
||||
|
||||
@@ -2,11 +2,13 @@
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
sqlite-interactive
|
||||
jnv
|
||||
jq
|
||||
mosh
|
||||
ncdu
|
||||
ripgrep
|
||||
reichard.codexis
|
||||
ripgrep
|
||||
sqlite-interactive
|
||||
unzip
|
||||
];
|
||||
}
|
||||
|
||||
@@ -10,13 +10,6 @@ in
|
||||
system.stateVersion = "26.05";
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
boot = {
|
||||
kernelParams = [
|
||||
# Mask GPE03 (EC wakeup events) to allow hibernation without spurious CPU wakeups
|
||||
"acpi_mask_gpe=0x03"
|
||||
];
|
||||
};
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
hardware = {
|
||||
@@ -85,14 +78,4 @@ in
|
||||
sops = enabled;
|
||||
};
|
||||
};
|
||||
|
||||
# Additional System Packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
dool
|
||||
jq
|
||||
mosh
|
||||
rclone
|
||||
sqlite-interactive
|
||||
unzip
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user