From 37a904421f9d3fb74b306a591780422f74605f8f Mon Sep 17 00:00:00 2001 From: nixos Date: Mon, 4 Sep 2023 07:17:50 +0200 Subject: [PATCH] uninstall gnome console --- README.md | 3 +-- configuration.nix | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10c1c75..ac6584c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TODO -- uninstall Gnome console +- fix screen freeze - auto-install firefox extensions - flakes? - keepassxc @@ -9,5 +9,4 @@ - neovim - nixos-rebuild without root - alacritty settings - - mouse disappears on hover - theme diff --git a/configuration.nix b/configuration.nix index e108a7f..464449e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -46,7 +46,7 @@ in btop ripgrep ]; - gnome.excludePackages = with pkgs; [ gnome-tour gnome.epiphany gnome.geary ]; + gnome.excludePackages = with pkgs; [ gnome-tour gnome.epiphany gnome.geary gnome-console ]; }; system.stateVersion = stateVersion;