nix/users/root/home.nix
2023-07-12 15:08:57 +09:00

8 lines
No EOL
174 B
Nix

{ config, pkgs, ... }: {
home.stateVersion = "23.05";
imports = [
../../home-manager/git.nix
../../home-manager/neovim.nix
../../home-manager/bash.nix
];
}