From bf03e5e0e98c811c2d3eae530029effc06c417d8 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 18 Sep 2025 17:49:32 -0500 Subject: [PATCH] fix(nix): add core packages --- nix/hosts/common/sys.nix | 4 ++++ nix/hosts/minji/home.nix | 2 +- nix/hosts/minji/sys.nix | 8 +------- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/nix/hosts/common/sys.nix b/nix/hosts/common/sys.nix index 805a529..f17f52f 100644 --- a/nix/hosts/common/sys.nix +++ b/nix/hosts/common/sys.nix @@ -54,6 +54,10 @@ home-manager yq just + pciutils + wirelesstools + gnugrep + gnused nix-index nixfmt-classic diff --git a/nix/hosts/minji/home.nix b/nix/hosts/minji/home.nix index 24f0c65..13f0ea7 100644 --- a/nix/hosts/minji/home.nix +++ b/nix/hosts/minji/home.nix @@ -83,7 +83,6 @@ wpaperd swaynotificationcenter - discord steam obs-studio vlc @@ -119,6 +118,7 @@ kdePackages.kdenlive jan vesktop + networkmanagerapplet # Required by DVR kitty diff --git a/nix/hosts/minji/sys.nix b/nix/hosts/minji/sys.nix index ddde405..3e78c0d 100644 --- a/nix/hosts/minji/sys.nix +++ b/nix/hosts/minji/sys.nix @@ -2,7 +2,7 @@ imports = [ ./hw.nix ../../modules/swaynotificationcenter.nix ]; networking.hostName = "minji"; - time.timeZone = "America/New_York"; + time.timeZone = "America/Chicago"; # Bootloader boot.loader.systemd-boot.enable = true; @@ -81,12 +81,6 @@ support32Bit.enable = true; }; - # Power - powerManagement = { - enable = true; - powertop.enable = true; - }; - # Swap swapDevices = [{ device = "/var/lib/swap";