Compare commits

..

No commits in common. "dd91b7d0d0dbcee8ec58aae6769c582af7dbd332" and "b3b0a8abf6f3ceab036fc21d99f4a339c3c70589" have entirely different histories.

2 changed files with 6 additions and 16 deletions

View file

@ -117,10 +117,6 @@
stow stow
fish fish
yt-dlp yt-dlp
dig
nmap
unzip
pavucontrol
tailscale tailscale
fastfetch fastfetch
signal-desktop signal-desktop
@ -131,10 +127,7 @@
libreoffice-qt6-fresh libreoffice-qt6-fresh
komikku komikku
joplin joplin
joplin-desktop
obs-studio obs-studio
kdePackages.kdenlive
freetube
# Only related to this laptop - above to be moved to a more common config when ive added more hosts # Only related to this laptop - above to be moved to a more common config when ive added more hosts
kdePackages.dolphin kdePackages.dolphin
prismlauncher prismlauncher
@ -150,8 +143,6 @@
pnpm pnpm
rustc rustc
cargo cargo
code-cursor
cursor-cli
]; ];
# Custom services # Custom services

View file

@ -70,13 +70,12 @@
}; };
# Vim config # Vim config
vim = { vim = {
enable = true; enable = true;
settings = { settings = {
expandtab = true; tabstop = 2;
tabstop = 2; shiftwidth = 2;
shiftwidth = 2; };
};
}; };
# Enable fish # Enable fish