diff options
Diffstat (limited to 'modules/graphical.nix')
| -rw-r--r-- | modules/graphical.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/graphical.nix b/modules/graphical.nix index 0d8e4d3..900ed0d 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -1,6 +1,5 @@ # General Desktop-related config { config, pkgs, ... }: - { environment.systemPackages = with pkgs; [ firefox-wayland @@ -131,7 +130,7 @@ qt5 = { enable = true; platformTheme = "gnome"; - style ="adwaita-dark"; + style = "adwaita-dark"; }; services.gnome.gnome-keyring.enable = true; |
