nix/users/root/home.nix

9 lines
216 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-08-15 13:32:13 +09:00
../../home-manager/btop.nix
2023-07-01 19:01:20 +09:00
];
2023-07-01 19:05:12 +09:00
}