Files
nix/hosts/desktop/work/home.nix
Gustavo "Guz" L. de Mello 4c909faa20 feat: nix config helper
2024-01-07 15:45:18 -03:00

8 lines
78 B
Nix

{ config, pkgs, inputs, ... }:
{
imports = [
../shared-home.nix
];
}