summaryrefslogtreecommitdiffstats
path: root/users/sils/default.nix
blob: ebc3b0d255b8eb76923a3273e8fbc4333791d565 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{hyprland, ...}: {
  imports = [
    ./direnv
    ./git
    ./gpg
    ./grades
    ./mako
    ./neovim
    ./packages
    #./river #TODO Update Shell Library
    #./yambar #TODO Update Shell Library
    ./zsh
  ];

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