Reorganise some stuff

And add dig.
This commit is contained in:
Alexander Wainwright
2025-06-21 13:13:15 +10:00
parent b45c970238
commit 136eb76297
2 changed files with 16 additions and 11 deletions

View File

@@ -31,14 +31,21 @@
tm = "tmux attach || tmux";
};
home.file.".wezterm.lua".source = ./wezterm.lua;
home.file.".config/tmux/tmux.conf".source = ./tmux/tmux.conf;
home.file.".config/tmux/tmux.conf.local".source = ./tmux/tmux.conf.local;
# Packages that should be installed to the user profile.
home.packages = with pkgs; [
# here is some command line tools I use frequently
# feel free to add your own or remove some of them
atuin
tmux
wezterm
chromium
darktable
nextcloud-client
fastfetch
nnn # terminal file manager
@@ -63,6 +70,7 @@
xclip
# networking tools
dig
mtr # A network diagnostic tool
# iperf3
# dnsutils # `dig` + `nslookup`
@@ -111,8 +119,6 @@
zoxide
];
home.file.".wezterm.lua".source = ./wezterm.lua;
# basic configuration of git, please change to your own
programs.git = {
enable = true;
@@ -197,9 +203,6 @@
defaultEditor = true;
};
home.file.".config/tmux/tmux.conf".source = ./tmux/tmux.conf;
home.file.".config/tmux/tmux.conf.local".source = ./tmux/tmux.conf.local;
# This value determines the home Manager release that your
# configuration is compatible with. This helps avoid breakage
# when a new home Manager release introduces backwards

View File

@@ -124,20 +124,15 @@
# $ nix search wget
environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
atuin
avahi
bat
chromium
darktable
duf
dust
entr
# fastfetch
fd
gcc
git
neovim
nextcloud-client
python314
ripgrep
rsync
@@ -148,6 +143,13 @@
wget
zip
mullvad-vpn
binutils
cmake
gcc
clang
gnumake
libtool
];
environment.variables.EDITOR = "nvim";