atuind globally
This commit is contained in:
parent
49d8c553f8
commit
69f787f991
2 changed files with 9 additions and 5 deletions
|
@ -6,8 +6,13 @@ with config;
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
myHome.username = "jahanson";
|
myHome = {
|
||||||
myHome.homeDirectory = "/home/jahanson/";
|
username = "jahanson";
|
||||||
|
homeDirectory = "/home/jahanson/";
|
||||||
|
shell = {
|
||||||
|
atuind.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
systemd.user.sessionVariables = {
|
systemd.user.sessionVariables = {
|
||||||
EDITOR = "vim";
|
EDITOR = "vim";
|
||||||
|
@ -52,12 +57,12 @@ with config;
|
||||||
|
|
||||||
# networking tools
|
# networking tools
|
||||||
iperf3
|
iperf3
|
||||||
dnsutils # `dig` + `nslookup`
|
dnsutils # `dig` + `nslookup`
|
||||||
ldns # replacement of `dig`, it provide the command `drill`
|
ldns # replacement of `dig`, it provide the command `drill`
|
||||||
aria2 # A lightweight multi-protocol & multi-source command-line download utility
|
aria2 # A lightweight multi-protocol & multi-source command-line download utility
|
||||||
socat # replacement of openbsd-netcat
|
socat # replacement of openbsd-netcat
|
||||||
nmap # A utility for network discovery and security auditing
|
nmap # A utility for network discovery and security auditing
|
||||||
ipcalc # it is a calculator for the IPv4/v6 addresses
|
ipcalc # it is a calculator for the IPv4/v6 addresses
|
||||||
|
|
||||||
# system tools
|
# system tools
|
||||||
sysstat
|
sysstat
|
||||||
|
|
|
@ -11,7 +11,6 @@ with config;
|
||||||
starship.enable = true;
|
starship.enable = true;
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
wezterm.enable = true;
|
wezterm.enable = true;
|
||||||
atuind.enable = true;
|
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue