about summary refs log tree commit diff
path: root/hosts/carmel/home.nix
blob: 231aebd6ae6e99f76d24072569d7bc294e531ef6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ pkgs, ... }:

{
  my.home = {
    packages.enable = true;
    zsh.enable = true;
    git.enable = true;
    go.enable = true;
    python.enable = true;
    scanner.enable = true;
    tmux.enable = true;
    yt-dlp.enable = true;
  };
}