Gnome: replace gnome console with blackbox
This commit is contained in:
parent
eb7b34924a
commit
3a2bc2cda5
3 changed files with 12 additions and 0 deletions
6
roles/gnome/programs/blackbox.nix
Normal file
6
roles/gnome/programs/blackbox.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
programs.gnome-terminal.enable = false;
|
||||
environment.systemPackages = with pkgs; [
|
||||
blackbox-terminal
|
||||
];
|
||||
}
|
||||
5
roles/gnome/programs/default.nix
Normal file
5
roles/gnome/programs/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./blackbox.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue