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;