From 7ae2007c9563a40b92a97c7f8a97f5accf3c5792 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 24 Jan 2022 09:20:29 +0100 Subject: [PATCH] Switch back to gnome --- nixos/thor.nix | 4 ++-- thor.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/thor.nix b/nixos/thor.nix index fd00199..addd586 100644 --- a/nixos/thor.nix +++ b/nixos/thor.nix @@ -135,8 +135,8 @@ xserver = { enable = true; desktopManager = { - # gnome.enable = true; - cinnamon.enable = true; + gnome.enable = true; + # cinnamon.enable = true; }; displayManager.gdm = { enable = true; wayland = false; }; layout = "us"; diff --git a/thor.nix b/thor.nix index 27f6943..d913560 100644 --- a/thor.nix +++ b/thor.nix @@ -60,7 +60,7 @@ gnomeExtensions.appindicator gnomeExtensions.caffeine gnomeExtensions.dash-to-dock - gnomeExtensions.dynamic-panel-transparency + # gnomeExtensions.dynamic-panel-transparency gnomeExtensions.just-perfection gnomeExtensions.gtile gnome.file-roller