nixos/home/Northstar-xenia.nix

13 lines
265 B
Nix
Raw Normal View History

{ ... }: {
imports = [
./env
./env/git/personal.nix
2023-04-19 09:27:55 +01:00
./tui
];
# Home Manager needs a bit of information about you and the
# paths it should manage.
home.username = "xenia";
home.homeDirectory = "/home/xenia";
home.stateVersion = "22.11";
}