From 4d0d52587518c4d35270161cbb4c8332c9882d86 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Fri, 15 Jul 2022 05:05:30 +0200 Subject: rotate microwave key --- modules/graphical.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/graphical.nix') 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; -- cgit v1.3.1