Evie Litherland-Smith
2a3abf408a
Disable flatpak as default, doesn't work on a non-desktop system Disable syncthing and vpn on Legion for now
12 lines
196 B
Nix
12 lines
196 B
Nix
{...}: {
|
|
imports = [
|
|
../env
|
|
../tui
|
|
../git/personal.nix
|
|
../ssh/personal.nix
|
|
];
|
|
home.username = "xenia";
|
|
home.homeDirectory = "/home/xenia";
|
|
home.stateVersion = "22.11";
|
|
}
|