From 7ec5497cf239ce1182f2d73861f9dd3f1240384c Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 25 Aug 2023 12:18:15 -0500 Subject: [PATCH] Add buildifier and move lshw --- home/vscodium.nix | 1 + modules-all/default.nix | 1 - modules-linux/default.nix | 4 ++++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/home/vscodium.nix b/home/vscodium.nix index a828006..5dea5b8 100644 --- a/home/vscodium.nix +++ b/home/vscodium.nix @@ -2,6 +2,7 @@ { home.packages = with pkgs; [ + buildifier gopls ]; diff --git a/modules-all/default.nix b/modules-all/default.nix index 46b9f93..3871f4c 100644 --- a/modules-all/default.nix +++ b/modules-all/default.nix @@ -60,7 +60,6 @@ hms # My own home manager switcher htop killall - lshw nano pciutils pwgen diff --git a/modules-linux/default.nix b/modules-linux/default.nix index e3b05b8..c90c688 100644 --- a/modules-linux/default.nix +++ b/modules-linux/default.nix @@ -15,6 +15,10 @@ ./tailscale.nix ]; + environment.systemPackages = [ + lshw + ]; + system.stateVersion = "22.05"; nix.gc.dates = "weekly";