nix/users/root/home.nix

9 lines
216 B
Nix
Raw Normal View History

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