nixos/home/H0615-elitherl.nix

8 lines
107 B
Nix

{ ... }: {
imports = [
./common/work.nix
./desktop/gtk.nix
];
home.stateVersion = "22.11";
}