nix/users/root/home.nix

8 lines
183 B
Nix
Raw Normal View History

{ config, pkgs, ... }: {
2023-07-01 19:05:12 +09:00
home.stateVersion = "23.05";
2023-07-01 19:01:20 +09:00
imports = [
../../common/dotfiles/git.nix
2023-07-01 21:25:07 +09:00
../../common/dotfiles/neovim.nix
2023-07-01 19:13:08 +09:00
../../common/dotfiles/bash.nix
2023-07-01 19:01:20 +09:00
];
2023-07-01 19:05:12 +09:00
}