diff --git a/hosts/water7/configuration.nix b/hosts/water7/configuration.nix index 257a409..aa403c8 100644 --- a/hosts/water7/configuration.nix +++ b/hosts/water7/configuration.nix @@ -117,6 +117,10 @@ stow fish yt-dlp + dig + nmap + unzip + pavucontrol tailscale fastfetch signal-desktop @@ -127,7 +131,10 @@ libreoffice-qt6-fresh komikku joplin + joplin-desktop obs-studio + kdePackages.kdenlive + freetube # Only related to this laptop - above to be moved to a more common config when ive added more hosts kdePackages.dolphin prismlauncher @@ -143,6 +150,8 @@ pnpm rustc cargo + code-cursor + cursor-cli ]; # Custom services diff --git a/hosts/water7/home.nix b/hosts/water7/home.nix index 172ef67..311722e 100644 --- a/hosts/water7/home.nix +++ b/hosts/water7/home.nix @@ -70,12 +70,13 @@ }; # Vim config - vim = { - enable = true; - settings = { - tabstop = 2; - shiftwidth = 2; - }; + vim = { + enable = true; + settings = { + expandtab = true; + tabstop = 2; + shiftwidth = 2; + }; }; # Enable fish