Add buildifier and move lshw

This commit is contained in:
Greg Hellings
2023-08-25 12:18:15 -05:00
committed by greg-compass
parent 4727ab21e7
commit 7ec5497cf2
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
{
home.packages = with pkgs; [
buildifier
gopls
];
-1
View File
@@ -60,7 +60,6 @@
hms # My own home manager switcher
htop
killall
lshw
nano
pciutils
pwgen
+4
View File
@@ -15,6 +15,10 @@
./tailscale.nix
];
environment.systemPackages = [
lshw
];
system.stateVersion = "22.05";
nix.gc.dates = "weekly";