Compare commits
3 commits
b3b0a8abf6
...
dd91b7d0d0
| Author | SHA1 | Date | |
|---|---|---|---|
| dd91b7d0d0 | |||
| 361fa2c0ae | |||
| 8a71788492 |
2 changed files with 16 additions and 6 deletions
|
|
@ -117,6 +117,10 @@
|
||||||
stow
|
stow
|
||||||
fish
|
fish
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
dig
|
||||||
|
nmap
|
||||||
|
unzip
|
||||||
|
pavucontrol
|
||||||
tailscale
|
tailscale
|
||||||
fastfetch
|
fastfetch
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
|
@ -127,7 +131,10 @@
|
||||||
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
|
||||||
|
|
@ -143,6 +150,8 @@
|
||||||
pnpm
|
pnpm
|
||||||
rustc
|
rustc
|
||||||
cargo
|
cargo
|
||||||
|
code-cursor
|
||||||
|
cursor-cli
|
||||||
];
|
];
|
||||||
|
|
||||||
# Custom services
|
# Custom services
|
||||||
|
|
|
||||||
|
|
@ -70,12 +70,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Vim config
|
# Vim config
|
||||||
vim = {
|
vim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
tabstop = 2;
|
expandtab = true;
|
||||||
shiftwidth = 2;
|
tabstop = 2;
|
||||||
};
|
shiftwidth = 2;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable fish
|
# Enable fish
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue