about summary refs log tree commit diff
path: root/home/profiles/gtk.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete even more unused configurationsFranck Cuny2023-12-091-9/+0
|
* workstation: more tweaks for the UI and fontsFranck Cuny2023-05-291-4/+0
|
* font: switch to Roboto for system font and JetBrain for monospaceFranck Cuny2023-05-281-2/+5
|
* profiles/workstation: stop using dark mode + preztoFranck Cuny2023-05-161-21/+0
|
* profiles/gtk: configure dark mode properlyFranck Cuny2023-05-061-6/+2
| | | | | | | | | | | | | Without this I was seeing the following error: ``` Unknown key Settings in /home/fcuny/.config/gtk-3.0/settings.ini ``` And the configuration contained: ``` [Settings] Settings=gtk-application-prefer-dark-theme=1 ```
* home/profiles: move (almost) all modules to profilesFranck Cuny2023-05-051-0/+35
This is a major refactor, similar to what was done for the hosts, but in a single commit.