aboutsummaryrefslogtreecommitdiffstats
path: root/users/sils/default.nix
blob: 642c189d0924c1f7dd52dadedcc344d97f312c8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{...}: {
  imports = [
    ./direnv
    ./git
    ./gpg
    ./grades
    ./mako
    ./packages
    ./river
    ./yambar
    ./zsh
  ];

  home = {
    username = "sils";
    homeDirectory = "/home/sils";
    stateVersion = "23.05";
  };
  programs.home-manager.enable = true;
}