aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/hjem.nix
blob: 6eba4c95eb8e54cb55f7f336c359bc56deba8488 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{pkgs, ...}: {
  packages = with pkgs; [
    # GUI apps
    tor-browser # don't ask
    obsidian
    kdePackages.kleopatra
    mpv
    musescore
    zed-editor # experimenting

    kew # music player
    prismlauncher

    vital
  ];
}