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
|
||||
steam-run
|
||||
tdesktop
|
||||
terminator
|
||||
youtube-dl
|
||||
|
||||
(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 =
|
||||
"//usr/bin/env ln -sf $0 ~/.config/VSCodium/User/settings.json; exit 0"
|
||||
+ "\n" + builtins.toJSON {
|
||||
|
|
Loading…
Reference in a new issue