bigboy with just Home Manager on Kubuntu

This commit is contained in:
Gene Liverman 2024-05-21 23:49:20 -04:00
parent cf3f5e67a5
commit a02866a8f2
5 changed files with 64 additions and 17 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, genebean-omp-themes, ... }: {
home.stateVersion = "23.11";
imports = [
../common/all-cli.nix
../common/all-linux.nix
../common/hm-sops.nix
];
}