diff --git a/nixos/home/jahanson/global.nix b/nixos/home/jahanson/global.nix index e90c9ee..734d4f3 100644 --- a/nixos/home/jahanson/global.nix +++ b/nixos/home/jahanson/global.nix @@ -6,8 +6,13 @@ with config; ]; config = { - myHome.username = "jahanson"; - myHome.homeDirectory = "/home/jahanson/"; + myHome = { + username = "jahanson"; + homeDirectory = "/home/jahanson/"; + shell = { + atuind.enable = true; + }; + }; systemd.user.sessionVariables = { EDITOR = "vim"; @@ -52,12 +57,12 @@ with config; # networking tools iperf3 - dnsutils # `dig` + `nslookup` + dnsutils # `dig` + `nslookup` ldns # replacement of `dig`, it provide the command `drill` aria2 # A lightweight multi-protocol & multi-source command-line download utility socat # replacement of openbsd-netcat 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 sysstat diff --git a/nixos/home/jahanson/workstation.nix b/nixos/home/jahanson/workstation.nix index 344b6c6..3cd8457 100644 --- a/nixos/home/jahanson/workstation.nix +++ b/nixos/home/jahanson/workstation.nix @@ -11,7 +11,6 @@ with config; starship.enable = true; fish.enable = true; wezterm.enable = true; - atuind.enable = true; git = { enable = true;