diff --git a/flake.nix b/flake.nix index b2d1499..531fdd3 100644 --- a/flake.nix +++ b/flake.nix @@ -56,10 +56,6 @@ allowUnfree = true; }; - homes.users."harald@nix.fedora.fritz.box".modules = with inputs; [ - neovim-flake.homeManagerModules.default - ]; - homes.users."harald@sgx-nixos".modules = with inputs; [ neovim-flake.homeManagerModules.default ]; @@ -76,6 +72,10 @@ neovim-flake.homeManagerModules.default ]; + homes.users."harald@sgx-azure".modules = with inputs; [ + neovim-flake.homeManagerModules.default + ]; + # homes.modules = with inputs; [ # neovim-flake.homeManagerModules.default # ]; diff --git a/homes/x86_64-linux/harald@nix.fedora.fritz.box/default.nix b/homes/x86_64-linux/harald@sgx-azure/default.nix similarity index 76% rename from homes/x86_64-linux/harald@nix.fedora.fritz.box/default.nix rename to homes/x86_64-linux/harald@sgx-azure/default.nix index 170ad4b..425072c 100644 --- a/homes/x86_64-linux/harald@nix.fedora.fritz.box/default.nix +++ b/homes/x86_64-linux/harald@sgx-azure/default.nix @@ -2,14 +2,12 @@ , pkgs , config , nixpkgs -, osConfig ? { } -, format ? "unknown" , ... }: { home = { username = "harald"; - homeDirectory = "/home/${config.home.username}/nix"; + homeDirectory = "/home/${config.home.username}"; stateVersion = "23.11"; # Please read the comment before changing. sessionPath = [ "$HOME/bin" ]; }; @@ -28,10 +26,7 @@ git.enable = true; direnv.enable = true; ssh.enable = true; - # jetbrains.enable = true; }; }; - - fonts.fontconfig.enable = true; }