nix/users/root/home.nix
2023-07-01 19:01:20 +09:00

6 lines
115 B
Nix

{ config, pkgs, ... }: {
imports = [
../../common/dotfiles/git.nix
../../common/dotfiles/vim.nix
];
}