uninstall gnome console

This commit is contained in:
nixos 2023-09-04 07:17:50 +02:00
parent 64c4e59085
commit 37a904421f
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# TODO # TODO
- uninstall Gnome console - fix screen freeze
- auto-install firefox extensions - auto-install firefox extensions
- flakes? - flakes?
- keepassxc - keepassxc
@ -9,5 +9,4 @@
- neovim - neovim
- nixos-rebuild without root - nixos-rebuild without root
- alacritty settings - alacritty settings
- mouse disappears on hover
- theme - theme

View file

@ -46,7 +46,7 @@ in
btop btop
ripgrep 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; system.stateVersion = stateVersion;