nix-flake/hosts/thinkpad/home.nix

6 lines
No EOL
89 B
Nix

{ ... }: {
imports = [
../../modules/home
../../modules/home/desktop.nix
];
}