<__monty__>
As I read it the workaround isn't hard.
<__monty__>
Just put them in a different location basically.
<eon`>
directly in the profile ?
<__monty__>
Could be a per-profile location. Don't remember the details.
<__monty__>
That could be it yeah, cause people can uninstall those through the interface but they couldn't in the other location because that's shared.
<{^_^}>
#1090 (by rycee, 12 seconds ago, open): firefox: prepare for sideloading in recent Firefox
claudiii has joined #home-manager
liff has joined #home-manager
eon` has joined #home-manager
YveDeLarc has joined #home-manager
mog has joined #home-manager
wirew0rm has joined #home-manager
<rycee>
Merged it to master now.
mexisme has quit [Ping timeout: 240 seconds]
<cole-h>
rycee: Thanks for padding my GH boxes by adding me as co-authored-by :P
<rycee>
Heh, no worries.
<rycee>
Linguistic improvements are always welcome. I'm not an English native speaker so I make mistakes occasionally :-p
<cole-h>
Great! That's what most of my suggestions are :D (c.f. 99% of my reviews @ Alacritty)
<mmatthieu>
rycee: Me neither, but if you need some french translations elsewhere, ping me !
<mmatthieu>
__monty__: I like your pseudo ! ^^
<cole-h>
re #1086: pgrep does make it a lot easier. I'll have to find a good method for it though, because I don't think `pgrep -x sway` will find a `sway --debug` session, e.g.
<rycee>
MmeQuignon: I might do that at some point ;-) I've been meaning to add some l18n to the home-manager tool.
<mmatthieu>
Nice idea ^^
<rycee>
It would also be cool to figure out some way to have localized option descriptions but it would require some work on the module system library in Nixpkgs.
<rycee>
For example, instead of just `description = "…"` one could have an attribute set `description = { en = "…", fr = "…; }`