Add buildifier and move lshw
This commit is contained in:
committed by
greg-compass
parent
4727ab21e7
commit
7ec5497cf2
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
buildifier
|
||||||
gopls
|
gopls
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -60,7 +60,6 @@
|
|||||||
hms # My own home manager switcher
|
hms # My own home manager switcher
|
||||||
htop
|
htop
|
||||||
killall
|
killall
|
||||||
lshw
|
|
||||||
nano
|
nano
|
||||||
pciutils
|
pciutils
|
||||||
pwgen
|
pwgen
|
||||||
|
|||||||
@@ -15,6 +15,10 @@
|
|||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
lshw
|
||||||
|
];
|
||||||
|
|
||||||
system.stateVersion = "22.05";
|
system.stateVersion = "22.05";
|
||||||
|
|
||||||
nix.gc.dates = "weekly";
|
nix.gc.dates = "weekly";
|
||||||
|
|||||||
Reference in New Issue
Block a user