diff --git a/home/common.nix b/home/common.nix index 37fb414..e1c70bb 100644 --- a/home/common.nix +++ b/home/common.nix @@ -7,6 +7,4 @@ home.packages = with pkgs; [ btop ]; - - home.stateVersion = "23.11"; } diff --git a/hosts/nullbox/home.nix b/hosts/nullbox/home.nix new file mode 100644 index 0000000..d73da2c --- /dev/null +++ b/hosts/nullbox/home.nix @@ -0,0 +1,8 @@ +{ lib, pkgs, osConfig, ... }: +{ + imports = [ + ../../home/common.nix + ]; + + home.stateVersion = "23.11"; +} diff --git a/hosts/slab/home.nix b/hosts/slab/home.nix new file mode 100644 index 0000000..d73da2c --- /dev/null +++ b/hosts/slab/home.nix @@ -0,0 +1,8 @@ +{ lib, pkgs, osConfig, ... }: +{ + imports = [ + ../../home/common.nix + ]; + + home.stateVersion = "23.11"; +}