aboutsummaryrefslogtreecommitdiff
path: root/homes/floppydisk/packages.nix
blob: 53366be442c707250e0933bab3d1d5b50477f741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{pkgs, ...}: {
  home.packages = with pkgs; [
    # utils
    handbrake
    thunderbird
    picard
    realvnc-vnc-viewer
    rpi-imager
    obs-studio
    yt-dlp
    _1password-gui
    _1password
    git-credential-1password
    firefox-devedition
    rdesktop
    _3llo
    gimp
    qemu
    virt-manager
    exactaudiocopy
    abcde
    fsv
    lsd
    lsdvd
    thefuck
    zip
    unzip
    notion-app-enhanced
    libresprite
    qbittorrent
    wine
    vifm
    cloudflared
    ansible
    just
    pwgen
    grafx2
    libreoffice-fresh
    wiki-tui
    calcurse
    kitty
    rofi
    grim
    wlogout
    hyprpaper

    # fetch
    neofetch
    yafetch
    cpufetch
    bunnyfetch
    nitch
    screenfetch
    starfetch

    # devtools
    github-desktop
    gh
    codeql
    vscode
    jetbrains.ruby-mine
    jetbrains.rider
    jetbrains.phpstorm
    jetbrains.idea-ultimate
    jetbrains.webstorm
    lazygit
    wakatime
    mongodb-compass
    mongosh
    httpie
    ngrok
    mycli
    squirrel-sql
    figma-linux
    processing

    # langs
    openscad
    nodejs_18
    nodePackages.yarn
    nodePackages.ts-node
    nodePackages.pnpm
    php82
    php82Packages.composer
    deno
    python310
    python310Packages.pip
    dotnet-sdk
    jdk17
    maven
    purescript
    lua
    flutter

    # comms
    nheko
    vesktop
    caprine-bin
    teamspeak5_client

    # gaming
    rpcs3
    pcsxr
    pcsx2
    steam
    gzdoom
    minecraft
    dolphin-emu
    prismlauncher
    fceux
    snes9x
    openrct2
    osu-lazer-bin

    # media
    vlc
    libsForQt5.vvave
    tidal-hifi
    spotify-tui
    youtube-tui
    mpv
    spotify
    spicetify-cli

    # zsh themes
    zsh-powerlevel10k
  ];
}