stuff
This commit is contained in:
parent
5a227bfc45
commit
c956dfb659
12 changed files with 59 additions and 35 deletions
|
|
@ -76,7 +76,7 @@
|
|||
evolution
|
||||
freemind
|
||||
|
||||
# publishing
|
||||
# text publishing
|
||||
hunspell
|
||||
hunspellDicts.de_DE
|
||||
hunspellDicts.th_TH
|
||||
|
|
@ -88,25 +88,26 @@
|
|||
zathura
|
||||
|
||||
# graphics
|
||||
inkscape
|
||||
drawing
|
||||
gimp
|
||||
godot_4
|
||||
inkscape
|
||||
scrcpy
|
||||
drawing
|
||||
|
||||
# web
|
||||
qutebrowser
|
||||
nyxt
|
||||
chromium
|
||||
mullvad-vpn
|
||||
nyxt
|
||||
qutebrowser
|
||||
|
||||
# media
|
||||
bookworm
|
||||
vlc
|
||||
rhythmbox
|
||||
freetube
|
||||
yt-dlp
|
||||
castget
|
||||
freetube
|
||||
qbittorrent
|
||||
rhythmbox
|
||||
vlc
|
||||
yt-dlp
|
||||
|
||||
# development
|
||||
bundler
|
||||
|
|
@ -161,6 +162,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
# dracula-theme.theme-dracula
|
||||
# vscodevim.vim
|
||||
# yzhang.markdown-all-in-one
|
||||
];
|
||||
};
|
||||
|
||||
programs.taskwarrior = {
|
||||
enable = true;
|
||||
dataLocation = "${config.xdg.dataHome}/taskwarrior/tasks";
|
||||
|
|
@ -174,5 +185,7 @@
|
|||
verbose=affected,context,edit,label,header,new-id,project,special,sync,recur
|
||||
";
|
||||
};
|
||||
|
||||
programs.obs-studio.enable = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue