Gnome/blackbox: remove gnome console and add nautilus integration
This commit is contained in:
parent
12f190bbaa
commit
ef324a47db
1 changed files with 7 additions and 3 deletions
|
|
@ -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; {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue