Anonymous
8/10/2025, 12:39:56 AM
No.106206027
>>106206021
Continuing,
- On Nix (long ago) I liked having separate files with my whole DE set up, so I could change the whole thing by just calling a different file. Unfortunately I couldn't declare most of the KDE stuff, gnome was easy enough with dconf shenanigans. I assume that Guix home could help me out with this issue? How good is KDE's configurability? And... just where can I find about the options I could change? The manual has hundreds of them for lots of services and so on, but if they're not in the manual, where can I find them?
- I like to have a bunch of fonts installed, just to make sure, if I wanted a separate config file with just a declaration of fonts, i'd just inherit the package module, (operating-system (packages..."all the fonts")) but am I supposed to append them to %base-packages? Or am I supposed to create for example %font-packages so I can call just that?
Continuing,
- On Nix (long ago) I liked having separate files with my whole DE set up, so I could change the whole thing by just calling a different file. Unfortunately I couldn't declare most of the KDE stuff, gnome was easy enough with dconf shenanigans. I assume that Guix home could help me out with this issue? How good is KDE's configurability? And... just where can I find about the options I could change? The manual has hundreds of them for lots of services and so on, but if they're not in the manual, where can I find them?
- I like to have a bunch of fonts installed, just to make sure, if I wanted a separate config file with just a declaration of fonts, i'd just inherit the package module, (operating-system (packages..."all the fonts")) but am I supposed to append them to %base-packages? Or am I supposed to create for example %font-packages so I can call just that?