2023-04-18 08:44:08 +01:00
|
|
|
{ ... }: {
|
|
|
|
imports = [
|
2023-04-23 14:53:55 +01:00
|
|
|
./env/xenia.nix
|
2023-04-19 09:27:55 +01:00
|
|
|
./tui
|
2023-04-18 08:44:08 +01:00
|
|
|
];
|
2023-04-24 10:02:12 +01:00
|
|
|
# Home Manager needs a bit of information about you and the
|
|
|
|
# paths it should manage.
|
|
|
|
home.username = "xenia";
|
|
|
|
home.homeDirectory = "/home/xenia";
|
2023-04-18 08:44:08 +01:00
|
|
|
home.stateVersion = "22.11";
|
|
|
|
}
|