Compare commits

..

No commits in common. "f0f7e5ae8d5803f70efe67c633dd6888d11db2cc" and "65a55e16952fc9ab3db8c2d4476f2bb0ba1c87ac" have entirely different histories.

3 changed files with 8 additions and 1 deletions

View File

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

View File

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

View File

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