-
I have tried to add Stylix by changing make flake.nix to this:
However, whenever I run
I have no idea why or if it is a issue on my end or not, I suspect I am doing something wrong perhaps. Anyway, here is my configs, be sure to change branch to the Stylix branch as Master doesn't have any changes. I just want to be pointed in the right direction or told what I did wrong as I read the documentation and also followed examples: https://github.com/nonetrix/nixdots It seems to be something to do with this file and this line: Line 10 in b5ad31b Dconf seems to be like the Windows Registry but for GNOME and GTK apps etc. So logically I looked in home manager code to see if I could find it, and sure enough it's here and has been here for a while so judging off commit history. So it's not like my home manager is too old or anything and doesn't have the module, also it's not like it's too new probably because it hasn't been updated recently. https://github.com/nix-community/home-manager/blob/master/modules/misc/dconf.nix I will admit I am fairly newbie at Nix and Flakes and etc. Most of my knowledge has been gained from using it 9 months ago and naturally learning it, then switching back to Arch for a while, then now where I have switched back to it and revamped my configs completely to use Hyprland, Flakes, and to use my AMD GPU as opposed to NVIDIA etc. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
In your modules list you should be importing Let me know if that fixes your issue :) |
Beta Was this translation helpful? Give feedback.
In your modules list you should be importing
stylix.nixosModules.stylix
instead ofstylix.homeManagerModules.stylix
since it's a NixOS configuration (as opposed to an independent Home Manager configuration).Let me know if that fixes your issue :)