summaryrefslogtreecommitdiff
path: root/modules/home-manager/personal/default.nix
blob: dcd7500a350a43966e6d72f370b85bd56610fe27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ ... }:

{
  imports = [ ./dotfiles ./environment.nix ./gui ./profiles.nix ./programs ];

  # This value determines the Home Manager release that your
  # configuration is compatible with. This helps avoid breakage
  # when a new Home Manager release introduces backwards
  # incompatible changes.
  #
  # You can update Home Manager without changing this value. See
  # the Home Manager release notes for a list of state version
  # changes in each release.
  home.stateVersion = "23.05";
}