aboutsummaryrefslogblamecommitdiff
path: root/hosts/tahoe/home.nix
blob: c183915d002ea4d67c6fac06134bfaff6113ea9d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                          
                            



                         
{ pkgs, ... }:

{
  my.home = {
    packages = { enable = true; };
    tmux.enable = true;
    git.enable = true;
    ssh.enable = true;
    fish.enable = true;
    beets = {
      enable = true;
      musicDirectory = "/data/fast/music";
    };
    syncthing.enable = true;
    flac.enable = true;
    yt-dlp.enable = true;
  };
}