mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added blackbox-terminal
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
enable_audio_bell = false;
|
enable_audio_bell = false;
|
||||||
linux_display_server = "x11"; # This is how you get borders in gnome!
|
linux_display_server = "x11"; # This is how you get borders in gnome!
|
||||||
|
|||||||
@@ -54,6 +54,7 @@
|
|||||||
# GUI applications
|
# GUI applications
|
||||||
baobab
|
baobab
|
||||||
bazaar
|
bazaar
|
||||||
|
blackbox-terminal
|
||||||
firefox
|
firefox
|
||||||
gnome-boxes
|
gnome-boxes
|
||||||
mpv
|
mpv
|
||||||
|
|||||||
Reference in New Issue
Block a user