mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add terminator config
This commit is contained in:
parent
2701890df4
commit
55fcd53386
1 changed files with 13 additions and 0 deletions
|
@ -67,6 +67,19 @@ in
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.etc."terminator/config".text = ''
|
||||||
|
[global_config]
|
||||||
|
inactive_color_offset = 1.0
|
||||||
|
|
||||||
|
[profiles]
|
||||||
|
[[default]]
|
||||||
|
font = Monospace 12
|
||||||
|
use_system_font = False
|
||||||
|
use_theme_colors = True
|
||||||
|
|
||||||
|
# ln -s /etc/terminator ~/.config/terminator
|
||||||
|
'';
|
||||||
|
|
||||||
environment.etc."vscode-user-settings.json".text =
|
environment.etc."vscode-user-settings.json".text =
|
||||||
"//usr/bin/env ln -sf $0 ~/.config/VSCodium/User/settings.json; exit 0"
|
"//usr/bin/env ln -sf $0 ~/.config/VSCodium/User/settings.json; exit 0"
|
||||||
+ "\n" + builtins.toJSON {
|
+ "\n" + builtins.toJSON {
|
||||||
|
|
Loading…
Reference in a new issue