nix-config/hosts/server1/home.nix
smayzy cacd136ca9
All checks were successful
nix flake show / show-flake (push) Successful in 40s
add server1 and change flatpak to make it works if not defined
2025-08-08 22:00:52 +02:00

8 lines
56 B
Nix

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