dotfiles/modules/home/default.nix

10 lines
135 B
Nix

{...}: {
imports = [
./secrets.nix
./common
./gui
];
# no need to ever change this
home.stateVersion = "25.11";
}