diff --git a/users/albert/home.nix b/users/albert/home.nix index e23a6cfc..f0c3a2c5 100644 --- a/users/albert/home.nix +++ b/users/albert/home.nix @@ -1,16 +1,7 @@ { config, pkgs, ... }: { -# Home-Manager Manual -# https://nix-community.github.io/home-manager/index.html - -# Home-Manager Options Search -# https://mipmip.github.io/home-manager-option-search/ - - home-manager.users.albert = { - home.stateVersion = "23.05"; - imports = [ - ./dconf.nix - ../../common/dotfiles/git.nix - ../../common/dotfiles/vim.nix - ]; - }; -} \ No newline at end of file + imports = [ + ./dconf.nix + ../../common/dotfiles/git.nix + ../../common/dotfiles/vim.nix + ]; +} diff --git a/users/root/home.nix b/users/root/home.nix index 29d28407..5fbda1df 100644 --- a/users/root/home.nix +++ b/users/root/home.nix @@ -1,16 +1,6 @@ { config, pkgs, ... }: { -# Home-Manager Manual -# https://nix-community.github.io/home-manager/index.html - -# Home-Manager Options Search -# https://mipmip.github.io/home-manager-option-search/ - - home-manager.users.root = { - home.stateVersion = "23.05"; - imports = [ - ./dconf.nix - ../../common/dotfiles/git.nix - ../../common/dotfiles/vim.nix - ]; - }; + imports = [ + ../../common/dotfiles/git.nix + ../../common/dotfiles/vim.nix + ]; }