Fernando Ayats
Fernando Ayats
If we strive for mass adoption of nh, feature parity is something to consider - `nixos-rebuild` - [x] `switch` - [x] `boot` - [x] `test` - [x] `build` - [...
Right now, nh calls `build -> (test -> boot)*` *: We usually call this switch. This is done sequentially, such that if there's any problem with test, the generation is...
I'm not a fan of implementing `nixos-rebuild --upgrade` for non-flake setups as `nix-chanel --update`, as I don't use flakes neither channels, but rather npins. Perhaps it would be useful to...
To declare specialisations and make them work with nh, we must use the following: ```nix {config, pkgs, ...}: { specialisation."foo" = { configuration = { environment.etc."specialisation".text = "foo"; # ..rest...
Hey! Author of WM here. I just did a github grep for users of the library, and your dotfiles have a lot of hits. Just wanted to say thanks, and...
Symlinkjoin, which wrapper-manager uses internally, uses xorg.lndir. It has a problem: it doesn't recurse into symlinks that point to directories, but rather just symlink the symlink itself. This is what...