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 am facing the above issue and I am new to NixOS.
I am using home-manager directly from configuration.nix, e.g. I had
/etc/nixos/configuration.nix:
imports=[# Include the results of the hardware scan./etc/nixos/hardware-configuration.nix<home-manager/nixos>];
...
home-manager.users.xxx= ...;
I've tried adding plasma-manager/modules like this:
/etc/nixos/configuration.nix:
imports=[# Include the results of the hardware scan./etc/nixos/hardware-configuration.nix<home-manager/nixos># see https://github.com/nix-community/plasma-manager/blob/trunk/examples/homeManager/home.nix<plasma-manager/modules>];
I got:
error: The option `home' does not exist. Definition values:
- In `/nix/var/nix/profiles/per-user/root/channels/plasma-manager/modules/apps/okular.nix':
The text was updated successfully, but these errors were encountered:
I am facing the above issue and I am new to NixOS.
I am using home-manager directly from
configuration.nix
, e.g. I had/etc/nixos/configuration.nix
:I've tried adding plasma-manager/modules like this:
/etc/nixos/configuration.nix
:I got:
The text was updated successfully, but these errors were encountered: