2023-06-27 16:01:12 +02:00
|
|
|
{ pkgs, ... }:
|
2023-10-08 14:22:52 +02:00
|
|
|
let
|
|
|
|
tex = (pkgs.texlive.combine {
|
2023-10-26 12:12:45 +02:00
|
|
|
inherit (pkgs.texlive) scheme-small
|
2023-10-08 14:22:52 +02:00
|
|
|
dvisvgm dvipng# for preview and export as html
|
|
|
|
wrapfig amsmath ulem hyperref capt-of;
|
|
|
|
# (setq org-latex-compiler "lualatex")
|
|
|
|
#(setq org-preview-latex-default-process 'dvisvgm)
|
|
|
|
});
|
|
|
|
in
|
2022-12-19 19:30:32 +01:00
|
|
|
{
|
|
|
|
home.packages = with pkgs; [
|
2023-02-17 21:35:12 +01:00
|
|
|
|
2022-12-19 19:30:32 +01:00
|
|
|
# essentials
|
2023-06-22 14:34:05 +02:00
|
|
|
wpa_supplicant_gui
|
2023-05-28 13:15:29 +02:00
|
|
|
pcmanfm
|
2023-02-25 22:28:04 +01:00
|
|
|
xdg-utils # used for xdg-open
|
2023-10-08 14:22:52 +02:00
|
|
|
tex
|
2023-10-15 16:30:40 +02:00
|
|
|
appimage-run
|
|
|
|
seafile-client
|
2022-12-19 19:30:32 +01:00
|
|
|
|
|
|
|
# graphics
|
2023-02-25 22:28:04 +01:00
|
|
|
evince # pdf viewer
|
2022-12-19 19:30:32 +01:00
|
|
|
gimp
|
2023-10-08 14:22:52 +02:00
|
|
|
krita
|
2023-02-12 11:20:34 +01:00
|
|
|
ffmpeg
|
2023-07-03 10:19:14 +02:00
|
|
|
drawio
|
2023-09-19 13:47:08 +02:00
|
|
|
leafpad
|
2023-09-24 21:32:28 +02:00
|
|
|
gamescope
|
2022-12-19 19:30:32 +01:00
|
|
|
|
|
|
|
# sound
|
|
|
|
pavucontrol
|
2023-05-14 22:04:06 +02:00
|
|
|
x32edit
|
2023-10-15 16:30:40 +02:00
|
|
|
spotify
|
2022-12-19 19:30:32 +01:00
|
|
|
|
|
|
|
# bluetooth
|
|
|
|
blueman
|
|
|
|
|
|
|
|
# internet
|
|
|
|
google-chrome
|
2023-09-19 13:47:08 +02:00
|
|
|
filezilla
|
2023-09-24 21:32:28 +02:00
|
|
|
dbeaver
|
|
|
|
apache-directory-studio
|
2022-12-19 19:30:32 +01:00
|
|
|
|
|
|
|
# messaging
|
2023-01-01 21:30:41 +01:00
|
|
|
discord
|
2022-12-19 19:30:32 +01:00
|
|
|
tdesktop
|
|
|
|
element-desktop
|
2023-05-19 11:42:43 +02:00
|
|
|
gomuks # alternative matrix client
|
2023-10-22 15:45:30 +02:00
|
|
|
mattermost-desktop
|
2022-12-19 19:30:32 +01:00
|
|
|
|
|
|
|
# games
|
2023-07-16 16:26:49 +02:00
|
|
|
# dwarf-fortress-packages.dwarf-fortress-full
|
2023-05-23 20:51:02 +02:00
|
|
|
prismlauncher # minecraft, but it actually works # not anymore lol
|
2022-12-19 19:30:32 +01:00
|
|
|
superTuxKart
|
|
|
|
|
|
|
|
# yubikey and password stuff
|
2023-09-19 13:47:08 +02:00
|
|
|
yubikey-manager
|
|
|
|
yubikey-manager-qt
|
|
|
|
yubioath-flutter
|
2023-05-21 13:50:49 +02:00
|
|
|
bitwarden
|
|
|
|
pass
|
2022-12-19 19:30:32 +01:00
|
|
|
|
|
|
|
# misc
|
2023-07-09 22:49:16 +02:00
|
|
|
btop
|
2023-02-25 22:28:04 +01:00
|
|
|
neofetch # obligatory
|
2022-12-19 19:30:32 +01:00
|
|
|
virt-manager
|
2023-06-08 17:59:52 +02:00
|
|
|
jetbrains.idea-ultimate #😎
|
2023-05-21 13:50:49 +02:00
|
|
|
powerline-fonts
|
2023-05-08 11:23:04 +02:00
|
|
|
croc # send files anywhere
|
2023-07-24 14:21:30 +02:00
|
|
|
bacula
|
2023-08-09 09:01:29 +02:00
|
|
|
hcloud
|
2023-08-27 15:48:42 +02:00
|
|
|
jq
|
2023-09-29 10:32:24 +02:00
|
|
|
xournalpp
|
2023-10-08 14:22:52 +02:00
|
|
|
libreoffice
|
2023-02-25 16:30:02 +01:00
|
|
|
|
2023-05-21 13:50:49 +02:00
|
|
|
# programming languages
|
|
|
|
cargo
|
|
|
|
rustc
|
|
|
|
rustfmt
|
2023-06-09 11:18:29 +02:00
|
|
|
clippy
|
2023-05-22 16:14:03 +02:00
|
|
|
gcc
|
2023-09-06 13:35:16 +02:00
|
|
|
nodejs_20
|
2023-10-26 12:12:45 +02:00
|
|
|
gnumake
|
2023-02-25 16:30:02 +01:00
|
|
|
|
2023-10-22 15:45:30 +02:00
|
|
|
plantuml
|
2023-10-17 10:39:14 +02:00
|
|
|
|
2022-12-19 19:30:32 +01:00
|
|
|
# libs
|
|
|
|
libyubikey
|
|
|
|
libfido2
|
2023-10-28 15:51:25 +02:00
|
|
|
python311Packages.pyhanko
|
2022-12-19 19:30:32 +01:00
|
|
|
];
|
2023-02-28 15:05:07 +01:00
|
|
|
|
2023-06-03 21:42:12 +02:00
|
|
|
services.kdeconnect = {
|
|
|
|
enable = true;
|
|
|
|
indicator = true;
|
|
|
|
};
|
|
|
|
|
2023-06-26 23:04:01 +02:00
|
|
|
programs.obs-studio.enable = true;
|
2023-09-03 22:30:56 +02:00
|
|
|
programs.firefox.enable = true;
|
2023-06-19 13:22:15 +02:00
|
|
|
|
2023-02-04 22:46:46 +01:00
|
|
|
xdg.mimeApps = {
|
|
|
|
enable = true;
|
|
|
|
defaultApplications =
|
|
|
|
let
|
|
|
|
image-viewers = [ "imv.desktop" "gimp.desktop" "swappy.desktop" "org.qutebrowser.qutebrowser.desktop" "google-chrome.desktop" ];
|
2023-09-19 13:47:08 +02:00
|
|
|
browsers = [ "google-chrome.desktop" "firefox.desktop" "org.qutebrowser.qutebrowser.desktop" ];
|
2023-02-04 22:46:46 +01:00
|
|
|
in
|
|
|
|
{
|
|
|
|
"application/pdf" = [ "org.gnome.Evince.desktop" ];
|
|
|
|
"image/png" = image-viewers;
|
|
|
|
"image/jpg" = image-viewers;
|
|
|
|
"image/jpeg" = image-viewers;
|
|
|
|
"image/tiff" = image-viewers;
|
|
|
|
"image/gif" = image-viewers;
|
|
|
|
"image/webp" = image-viewers;
|
|
|
|
"image/ico" = image-viewers;
|
|
|
|
"x-scheme-handler/http" = browsers;
|
|
|
|
"x-scheme-handler/https" = browsers;
|
|
|
|
};
|
|
|
|
};
|
2022-12-19 19:30:32 +01:00
|
|
|
}
|