Skip to content

Commit 5c38813

Browse files
committed
feature/gnome-hm-configs
1 parent 6b26f52 commit 5c38813

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/home.nix

+17
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,21 @@
99
programs.git = {
1010
enable = true;
1111
};
12+
13+
programs.gnome-terminal = {
14+
enable = true;
15+
themeVariant = "dark";
16+
showMenubar = false;
17+
profile."352f48f0-7279-422e-9e0a-95228e86bd1d" = {
18+
visibleName = "default";
19+
default = true;
20+
allowBold = true;
21+
audibleBell = false;
22+
showScrollbar = false;
23+
cursorShape = "block";
24+
cursorBlinkMode = "off";
25+
font = "NotoMono Nerd Font Mono 15";
26+
customCommand = "tmux";
27+
};
28+
};
1229
}

0 commit comments

Comments
 (0)