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
- 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

View file

@ -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;