nixos/home/H0615-elitherl.nix

8 lines
103 B
Nix

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