Matthieu Coudron

Results 605 comments of Matthieu Coudron

I've submitted https://github.com/NixOS/nixpkgs/pull/350345 if anyone can confirm it fixes the issue

could be a nice addition. How is this different than setting the policies as shown in this comment https://github.com/nix-community/home-manager/issues/5617#issuecomment-2294170015 ?

can't we make that a freeform module instead ? a la rfc42

I've got a similar issue, it's not about --pwned but the mandatory but the password strenght check that derails for too long passwords :s https://github.com/dwolfhub/zxcvbn-python/blob/d32d30bed67352c9c28c9ae3be4fc889bee13cab/zxcvbn/__init__.py#L7 ``` ❌1 ❯ pass import...

what if you run `update-desktop-database` afterwards ?

could you share an example where it would be useful ? if we introduce complexity, we need to justify it

to me it's a bit out of scope. Lot of boilerplate/complexity for a niche scenario. Could you try: ``` home.file."${config.home.homeDirectory}/toto".source = home.file."${config.home.homeDirectory}/.aws/credentials".source; home.file."${config.home.homeDirectory}/.aws/credentials".disable = true; ```

I find the option desirable. I've created a desktop for an alternate profile, as well as a `firefox-router.desktop` that opens an url with the correct profile depending on domain names...