summaryrefslogblamecommitdiff
path: root/hermes/home-manager/leo/home.nix
blob: 588623982e5807078ccd59ba80055724a00d4977 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                
{...}: {
  imports = [
    ./gui
    ./programs
  ];

  home = {
    username = "leo";
    homeDirectory = "/home/leo";
  };

  # Version
  home.stateVersion = "25.05";
}