nixos/home/Legion-xenia.nix

9 lines
118 B
Nix

{ ... }: {
imports = [
./common/personal.nix
./env/bash.nix
./tui
];
home.stateVersion = "22.11";
}