summary refs log tree commit diff stats
path: root/user/nanopi.nix
blob: 2c94e82cbeb14ab89026e8bc62538d238dd55fc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ ... }:
{
  imports = [
    ./settings/base.nix
    ./settings/git.nix
    ./settings/nix.nix
    ./settings/nixos.nix
    ./settings/music-management.nix
    ./settings/zsh.nix
  ];
  home = {
    username = "alan";
    homeDirectory = "/home/alan";
    stateVersion = "22.11";
  };
}