mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove terminator
This commit is contained in:
parent
9f6ee02d35
commit
38cb140eb3
1 changed files with 0 additions and 14 deletions
|
@ -31,7 +31,6 @@ in
|
||||||
pavucontrol
|
pavucontrol
|
||||||
steam-run
|
steam-run
|
||||||
tdesktop
|
tdesktop
|
||||||
terminator
|
|
||||||
youtube-dl
|
youtube-dl
|
||||||
|
|
||||||
(pkgs.writeShellScriptBin "mfa" "exec ssh-add -s${pkcslib}")
|
(pkgs.writeShellScriptBin "mfa" "exec ssh-add -s${pkcslib}")
|
||||||
|
@ -67,19 +66,6 @@ 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