NAHO

Results 375 comments of NAHO

> It would be good to also keep this conversion logic in a central module, to ensure that `magick convert` is only run once for each output file format. This...

> I've noticed the `dunst` target doesn't try to set an icon theme, even though the home manager module for `dunst` offers a direct configuration option for the icon theme....

> I don't fully understand what `copyModules` does there, I doubt it would resolve the issue. Since stylix doesn't attempt to set the icon theme, and the home manager module...

> With PR https://github.com/nix-community/stylix/pull/892 we'd have a color scheme generator for Material You themes [...] > > [...] we'd have another theme generator to choose from For reference, whether Material...

> > Assuming Material You is expressive enough for all our modules, should we not always use Material You when applications do not explicitly use base-n schemes? Not exclusively using...

> When using the `stylix.cursor` option with home-manger, it sets `home.pointerCursor.x11.enable = true` Yes: https://github.com/nix-community/stylix/blob/8410296a30e62e06305020cb74d3247cfa45d9cc/stylix/hm/cursor.nix#L10-L26 > which tramples over the `stylix.targets.xresources` option if that is set to `false`. What do...

> ## Description > > Stylix currently hard-codes `pkgs.gnomeExtensions.user-themes` as a dependency This is only the case for the `/modules/gnome/hm.nix` module, and not for `/modules/gnome/nixos.nix`. > ## Workarounds > >...

> It seems like the qt module does not apply to all apps. AFAICT, only Qt 5 and Qt 6 are explicitly declared: https://github.com/nix-community/stylix/blob/647bb8dd96a206a1b79c4fd714affc88b409e10b/modules/qt/hm.nix#L114-L117 Maybe something is missing in the...

> Seems like the proposed workaround is the best solution to this. I will look around a bit more, but if I don't find anything else just adding that symlink...

> When I updated to 25.11 my system would not compile. > > [...] > > ``` > error: path '«github:SenchoPens/fromYaml/106af9e2f715e2d828df706c386a685698f3223b?narHash=sha256-lq95WydhbUTWig/JpqiB7oViTcHFP8Lv41IGtayokA8%3D»/nix/store/kbjvsxnz3w9j29m2lmxv6psbcgn4mkdr-source' does not exist > ``` This is a weird...