Files
nixos-config/modules/home-manager/common.nix
2025-11-29 22:51:38 +01:00

9 lines
93 B
Nix

{ config, pkgs, ... }:
{
imports = [
../variables.nix
./shell
./git.nix
];
}