linux: Include Adwaita GTK 3
Not all applications currently leverage GTK 4, and a lack of a dark theme is rather annoying.
This commit is contained in:
parent
8e4fbd6f54
commit
7b021c5848
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@
|
|||
|
||||
# Common utilities across most Linux installs.
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Since not all applications are currently GTK 4,
|
||||
# we need to manually add the Adwaita GTK 3 dark mode theme.
|
||||
adw-gtk3
|
||||
firefox
|
||||
htop
|
||||
git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue