Janik

Results 38 comments of Janik

This can probably be closed as not planed if the developers don't want to add extra code to support something like specific input fields. A yubikey for example works as...

I also have the issue where %r doesn't get expanded on linux/nixos-unstable. It just places `%r/secrets/mySecret` in to my config :/

I just set the path to `path = "$XDG_RUNTIME_DIR/secrets/mySecret;` as workaround

> I use sops-nix.nixosModules.sops in conjuction with nixos-anywhere flake, and path option doesn't work for me at all. this seems unrelated to the home-manager issue. How are you decrypting stuff...

+1 on this, I'm getting the same error when using a custom xkb_map input method with sway. edit: a quick workaround is to just set `wayland.windowManager.sway.checkConfig = false;`

This happens because using the activation script generates a new home-manager genration. I have this in my config: ```nix home.packages = with pkgs; [ (writeShellApplication { name = "toggle-theme"; runtimeInputs...

Forgot to change the hash, should be fixed now.

> Sorry for the long holdup :/ no worries > Can you rebase again so we can get this in? done I think the code has some regressions? There were...

are there plans to upstream a nixery module/package to nixpkgs at somepoint?

Yeah nixos-anywhere support would be awesome. I currently use ```bash nixos-anywhere --store-paths $(nix-build -E '(import ./colmena-anywhere.nix).host-a.disko-script') $(nix-build -E '(import ./colmena-anywhere.nix).host-a.nixos-system') [email protected] ``` where the content of `colmena-anywhere.nix` is ```nix let...