nix/users/root/home.nix

8 lines
184 B
Nix
Raw Normal View History

2023-07-13 18:24:24 +09:00
{ config, pkgs, hostname, ... }: {
2023-07-01 19:05:12 +09:00
home.stateVersion = "23.05";
2023-07-01 19:01:20 +09:00
imports = [
2023-07-12 15:08:57 +09:00
../../home-manager/git.nix
../../home-manager/neovim.nix
../../home-manager/bash.nix
2023-07-01 19:01:20 +09:00
];
2023-07-01 19:05:12 +09:00
}