diff options
| author | Grigory Shipunov | 2022-07-15 05:05:30 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-07-15 05:05:30 +0200 |
| commit | 4d0d52587518c4d35270161cbb4c8332c9882d86 (patch) | |
| tree | b468edacdeb3d8cde1e0fb12243e349f57ba0def /modules/graphical.nix | |
| parent | d6f68400730ba7c3fead87920bcdc9d6eded1f4f (diff) | |
rotate microwave key
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; |
