dotfiles/configuration.nix
2024-07-15 20:54:39 -04:00

7 lines
79 B
Nix

{ ... }:
{
imports = [
<home-manager/nixos>
./nixos/nixos.nix
];
}