u/Adventurous_Adventur

▲ 0 r/NixOS

I am trying to install hyprland using flake with home-manager but getting this error

error: Cannot build '/nix/store/mqygfh6s7nf2j9q5mvsmkz5n4790bsdg-home-manager-files.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/y7n3yiss0q3jh9zv1c4i61fyz376jk4z-home-manager-files
       Last 1 log lines:
       > Error installing file '.config/hypr/hyprland.conf' outside $HOME
       For full logs, run:
         nix log /nix/store/mqygfh6s7nf2j9q5mvsmkz5n4790bsdg-home-manager-files.drv

How to stop it from generating hyprland.conf in the root and in ~/.config/hypr so i can use mkoutOfStoreSymlink

reddit.com
u/Adventurous_Adventur — 6 days ago
▲ 1 r/NixOS

Unable to install hyprland using flake with home-manager

I am trying to install hyprland using flake with home-manager but getting this error

error: Cannot build '/nix/store/mqygfh6s7nf2j9q5mvsmkz5n4790bsdg-home-manager-files.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/y7n3yiss0q3jh9zv1c4i61fyz376jk4z-home-manager-files
Last 1 log lines:
> Error installing file '.config/hypr/hyprland.conf' outside $HOME
For full logs, run:
nix log /nix/store/mqygfh6s7nf2j9q5mvsmkz5n4790bsdg-home-manager-files.drv

How to stop it from generating hyprland.conf in the root and in ~/.config/hypr so i can use mkoutOfStoreSymlink

reddit.com
u/Adventurous_Adventur — 6 days ago

output from command ❯ hyprctl -j activeworkspace

{

"id": 2,

"name": "2",

"monitor": "eDP-1",

"monitorID": 0,

"windows": 1,

"hasfullscreen": false,

"lastwindow": "0x5907d310a580",

"lastwindowtitle": "hyprctl -j activeworkspace",

"ispersistent": false,

"tiledLayout": "master"

}

I am trying to the the layout in a workspace in hypland using lua

the command hl.get_active_workspace().titledLayout is not working and i also have tried different options like layout, Layout.

reddit.com
u/Adventurous_Adventur — 8 days ago