uninstall gnome console
This commit is contained in:
parent
64c4e59085
commit
37a904421f
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue