diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-02-27 04:00:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-27 04:00:39 +0000 |
| commit | 147abc84b55443eb34cb438988de751c77d1e9d7 (patch) | |
| tree | f58d9a96d89434d8c611026d1d489ef86fd1c298 /configuration.nix | |
| parent | a4869c9722e6041994bbb19cea993ee0bb39a9da (diff) | |
gtk themes
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index e644db3..e08e382 100644 --- a/configuration.nix +++ b/configuration.nix @@ -113,6 +113,9 @@ home-manager ]; + # gtk + programs.dconf.enable = true; + # browser programs.firefox.enable = true; |
