diff --git a/users/albert/home.nix b/users/albert/home.nix index e394b854..36542bdf 100644 --- a/users/albert/home.nix +++ b/users/albert/home.nix @@ -1,7 +1,7 @@ -{ config, pkgs, ... }: { +{ config, pkgs, hostname, ... }: { home.stateVersion = "23.05"; imports = [ - ./gnome-dconf.nix + ../../${hsotname}/gnome-dconf.nix ../../home-manager/git.nix ../../home-manager/neovim.nix ../../home-manager/bash.nix