Merge branch 'main' of gh:greg-hellings/nixos-config
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
buildifier
|
||||
gopls
|
||||
];
|
||||
|
||||
|
||||
@@ -60,7 +60,6 @@
|
||||
hms # My own home manager switcher
|
||||
htop
|
||||
killall
|
||||
lshw
|
||||
nano
|
||||
pciutils
|
||||
pwgen
|
||||
|
||||
@@ -15,6 +15,10 @@
|
||||
./tailscale.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
lshw
|
||||
];
|
||||
|
||||
system.stateVersion = "22.05";
|
||||
|
||||
nix.gc.dates = "weekly";
|
||||
|
||||
Reference in New Issue
Block a user