mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 01:47:42 -04:00
17 lines
289 B
Nix
17 lines
289 B
Nix
{ pkgs, genebean-omp-themes, ... }: {
|
|
home.stateVersion = "23.11";
|
|
imports = [
|
|
../../common/all-cli.nix
|
|
../../common/all-gui.nix
|
|
../../common/all-darwin.nix
|
|
];
|
|
|
|
programs = {
|
|
go = {
|
|
enable = true;
|
|
goPath = "go";
|
|
};
|
|
k9s.enable = true;
|
|
};
|
|
|
|
}
|