You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deployed the minimal conf.
But when i want to run: home-manager switch --flake .#username@hostname (ofc with my user and hostname)
It says "The program 'home-manager' is not in your PATH."
But shouldnt it be installed when running sudo nixos-rebuild switch --flake .#nixos
The Flake and my stuff in configuration.nix works just fine tho. Just cant get home manager running.
Also i can find a lot of home-manager related stuff in /nix/store....
My configuration:
Folder Structure, same like suggested in Readme: ➜ nix-config ls flake.lock flake.nix home-manager nixos
Run home-manager switch --flake .#username@hostname to apply your home configuration.
If you don't have home-manager installed, try nix shell nixpkgs#home-manager.
I deployed the minimal conf.
But when i want to run:
home-manager switch --flake .#username@hostname
(ofc with my user and hostname)It says "The program 'home-manager' is not in your PATH."
But shouldnt it be installed when running
sudo nixos-rebuild switch --flake .#nixos
The Flake and my stuff in configuration.nix works just fine tho. Just cant get home manager running.
Also i can find a lot of home-manager related stuff in /nix/store....
My configuration:
Folder Structure, same like suggested in Readme:
➜ nix-config ls flake.lock flake.nix home-manager nixos
My flake.nix:
The text was updated successfully, but these errors were encountered: