This commit is contained in:
Till 2023-11-23 18:00:17 +01:00
parent 5a227bfc45
commit c956dfb659
12 changed files with 59 additions and 35 deletions

View file

@ -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;
}