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

7 lines
No EOL
145 B
Nix

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