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'm currently using a user profile to manage xmonad with my xmonad.hs inside of my config folder. I'd like to get completion when working on xmonad.hs but that doesn't work since the packages aren't available in the global or devos environments. What is the best way to get this working? Should I modify the devos environment or should I nest nix-shells? Also how would I go about not duplicating the package list between my xmonad/default.nix and the nix-shell environment?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm currently using a user profile to manage xmonad with my
xmonad.hs
inside of my config folder. I'd like to get completion when working onxmonad.hs
but that doesn't work since the packages aren't available in the global or devos environments. What is the best way to get this working? Should I modify the devos environment or should I nest nix-shells? Also how would I go about not duplicating the package list between myxmonad/default.nix
and the nix-shell environment?Beta Was this translation helpful? Give feedback.
All reactions