mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
7 lines
125 B
Nix
7 lines
125 B
Nix
{ ... }: {
|
|
home.stateVersion = "23.11";
|
|
imports = [
|
|
../../common/all-cli.nix
|
|
../../common/all-linux.nix
|
|
];
|
|
}
|