i want to install hyperland in my KDE nixos. i have read the ducs, but i faced with some errors. can someone help me to install it step by step?
How about you share your configuration and the error you get and we start from there? It is really cumbersome without.
i really dont know where i shall start from. here, i installed pkgs.kitty.
but at that time, when i added ‘programs.hyperland.enable = true;’ i got an error:
error:
… while evaluating the attribute ‘config’
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:1:12284:
… while calling the ‘seq’ builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:1:12293:
(stack trace truncated; use ‘–show-trace’ to show the full, detailed trace)
error: The option `programs.hyperland' does not exist. Definition values:
- In `/etc/nixos/configuration.nix':
{
enable = true;
}
building Nix…
error:
… while evaluating the attribute ‘config’
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:1:12284:
… while calling the ‘seq’ builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:1:12293:
(stack trace truncated; use ‘–show-trace’ to show the full, detailed trace)
error: The option `programs.hyperland' does not exist. Definition values:
- In `/etc/nixos/configuration.nix':
{
enable = true;
}
building the system configuration…
error:
… while evaluating the attribute ‘config.system.build.toplevel’
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:1:12284:
… while calling the ‘seq’ builtin
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:1:12293:
(stack trace truncated; use ‘–show-trace’ to show the full, detailed trace)
error: The option `programs.hyperland' does not exist. Definition values:
- In `/etc/nixos/configuration.nix':
{
enable = true;
}
i think im doing smth wrong but i don’t know what it is
It tells you what the problem is: the option does not exist. In this case you misspelled hyprland
. It is written without an ‘e’.
Could you please edit your post and put the code in code ticks.
You spelled it wrong, it’s hyprland
.
EDIT: I could’ve sworn the previous reply didn’t mention this earlier, maybe some browser caching issue.