Commit Graph

3 Commits

Author SHA1 Message Date
Clément Patout
2489bf5e4c fix: extraconfig is already inside [Settings]
With the current config I get something like:
```
[Settings]
Settings=gtk-application-prefer-dark-theme=1
```

This change should fix it and produce:
```
[Settings]
gtk-application-prefer-dark-theme=1
```
in ~/.config/gtk-4.0/settings.ini
2024-01-22 12:10:48 +00:00
Tyler Kelley
e00e5a83a6 Fixed Variable 2024-01-18 01:37:01 -06:00
Tyler Kelley
7d227fa0f9 Organized Home Manager's Config 2024-01-18 01:36:06 -06:00