Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

home-manager.users.<user>.inputs does not exist #336

Closed
J4NV5 opened this issue Jul 6, 2021 · 1 comment
Closed

home-manager.users.<user>.inputs does not exist #336

J4NV5 opened this issue Jul 6, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@J4NV5
Copy link

J4NV5 commented Jul 6, 2021

Expected Behavior

sudo nixos-rebuild switch Switches to new configuration

Current Behavior

On develop branch, with this commit, having this line https://github.com/divnix/devos/blob/3cc28b3adb93f15ff8f23097c27e4b666ee6ba2b/flake.nix#L101 I encounter the following error

error: The option `home-manager.users.janus.inputs' does not exist. Definition values:
       - In `/nix/store/m7ivd6vp3asr3dzy3ypib3r99j1hlswl-source/users/janus': { }
(use '--show-trace' to show detailed location information)

while trying to use suites in user profiles like so

    home-manager.users.janus = { suites, ... }: {
      imports = suites.graphical;
@J4NV5 J4NV5 added the bug Something isn't working label Jul 6, 2021
@J4NV5
Copy link
Author

J4NV5 commented Dec 2, 2021

Already solved, there's an interface for home-manager suites within flake.nix now.

@J4NV5 J4NV5 closed this as completed Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant