add wget, cleanup
This commit is contained in:
parent
ca3df744ba
commit
5a4b306097
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, pkgs, vars, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
iftop
|
iftop
|
||||||
iotop
|
iotop
|
||||||
ncdu
|
ncdu
|
||||||
|
wget
|
||||||
];
|
];
|
||||||
etc = {
|
etc = {
|
||||||
"ncdu.conf".text = ''
|
"ncdu.conf".text = ''
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,9 @@ in
|
||||||
defaultUser = username;
|
defaultUser = username;
|
||||||
nativeSystemd = true;
|
nativeSystemd = true;
|
||||||
useWindowsDriver = true;
|
useWindowsDriver = true;
|
||||||
wslConf = { network.hostname = hostName; };
|
wslConf = {
|
||||||
|
network.hostname = hostName;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue