summaryrefslogtreecommitdiff
path: root/accounts/root@surtr.nix
blob: 8f678ac9c2db2b2bb605290f0852713ae4b9e2be (plain)
1
2
3
4
5
6
7
{ flake, userName, ... }: {
  imports = with flake.nixosModules.userProfiles.${userName}; [
    zsh tmux
  ];

  config.home-manager.users.${userName}.home.stateVersion = "20.09";
}