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