Compare commits

...

2 Commits

Author SHA1 Message Date
f0f7e5ae8d
Remove BlackBox terminal 2023-11-30 22:18:46 +00:00
9af6782311
Revert "Use open source NVIDIA driver"
This reverts commit 65a55e16952fc9ab3db8c2d4476f2bb0ba1c87ac.
2023-11-30 22:05:13 +00:00
3 changed files with 1 additions and 8 deletions

View File

@ -7,7 +7,7 @@ System and user configuration for NixOS-based systems.
| **Shell:** | zsh |
| **DE:** | GNOME |
| **Theme:** | adwaita |
| **Terminal:** | BlackBox |
| **Terminal:** | Console |
## Quick start
1. Copy SSH keypair and `known_hosts` to `~/.ssh`

View File

@ -25,7 +25,6 @@ in {
hardware.nvidia = {
modesetting.enable = true;
open = true;
powerManagement.enable = true;
};
services.xserver.videoDrivers = [ "nvidia" ];

View File

@ -19,11 +19,6 @@ in {
programs.dconf.enable = true;
dconf.settings = {
"com/raggesilver/BlackBox" = {
theme-dark = "Dracula";
font = "Ubuntu Mono 14";
remember-window-size = true;
};
"org/gnome/shell" = {
disable-user-extensions = false;
enabled-extensions = [
@ -163,7 +158,6 @@ in {
environment.systemPackages = with pkgs; [
bind
blackbox-terminal
bmon
fd
ffmpeg