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
|
# 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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Reference in a new issue