polykernel

Results 12 comments of polykernel

Thanks for the report. I am having some difficulty reproducing the error. It is triggered by accessing the `to` option in `doRename` ```nix toOf = attrByPath to (abort "Renaming error:...

@berbiche Yes, it can but I am unsure on where the variable should be set because there isn't a standard interface for graphic sessions in home-manager. I think it can...

Hello, I believe this should be handled at the NixOS level with the option `programs.dconf.enable`. See https://nix-community.github.io/home-manager/index.html#_why_do_i_get_an_error_message_about_literal_ca_desrt_dconf_literal_or_literal_dconf_service_literal.

Thanks for the report. I have added a symlink from `$HOME/.icons` to the home-manager profile icons directory and moved the index.theme file for the default theme in https://github.com/nix-community/home-manager/pull/4281.

How should a data structure with multiple possible ways of serialization be serialized? The motivating example is `PriorityQueue`, one possible serialization is taking elements in the order returned by popping...

I think it is sensible to represent `EnumMultiset`s as maps by default given multisets are usually represented as maps in practice, but it might be useful in some cases to...

> I think it is sensible to represent EnumMultisets as maps by default given multisets are usually represented as maps in practice @ibokuri Sorry, I worded this terribly. By *represented...

Sorry about the inactivity, I have been busy with university for the past months. I will investigate this issue more in depth over the Christmas break.

Update: I managed to reproduce this bug using ExpidusOS, it seems to be caused by the use of `getSubOption` in https://github.com/ExpidusOS/channel/blob/master/modules/system/default.nix#L36. ```nix options = { name = mkOption { type...

Thanks for the detailed explanation @ncfavier. I must admit that I don't think I can debug the root cause of this issue as it is beyond my current understanding of...