Gnome/blackbox: remove gnome console and add nautilus integration

This commit is contained in:
Toast 2024-09-20 13:18:10 +02:00
parent 12f190bbaa
commit ef324a47db

View file

@ -1,8 +1,12 @@
{pkgs, ...}: {
programs.gnome-terminal.enable = false;
environment.systemPackages = with pkgs; [
blackbox-terminal
];
environment = with pkgs; {
gnome.excludePackages = [gnome-console];
systemPackages = [
blackbox-terminal
nautilus-open-in-blackbox
];
};
home-manager.users.toast = {lib, ...}: {
dconf.settings = with lib.hm.gvariant; {