diff --git a/hosts/water7/configuration.nix b/hosts/water7/configuration.nix index aa403c8..257a409 100644 --- a/hosts/water7/configuration.nix +++ b/hosts/water7/configuration.nix @@ -117,10 +117,6 @@ stow fish yt-dlp - dig - nmap - unzip - pavucontrol tailscale fastfetch signal-desktop @@ -131,10 +127,7 @@ 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 @@ -150,8 +143,6 @@ pnpm rustc cargo - code-cursor - cursor-cli ]; # Custom services diff --git a/hosts/water7/home.nix b/hosts/water7/home.nix index 311722e..172ef67 100644 --- a/hosts/water7/home.nix +++ b/hosts/water7/home.nix @@ -70,13 +70,12 @@ }; # Vim config - vim = { - enable = true; - settings = { - expandtab = true; - tabstop = 2; - shiftwidth = 2; - }; + vim = { + enable = true; + settings = { + tabstop = 2; + shiftwidth = 2; + }; }; # Enable fish