diff options
author | Linnnus <[email protected]> | 2023-10-08 12:55:36 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-08 12:55:36 +0200 |
commit | c868c8a61fd3b9a4b404001aba0c4c6b7318a4a3 (patch) | |
tree | 8ffbaa16af5598027790cb65f9d74b5799b6d851 /modules/home-manager | |
parent | 524ca88b1dc615957de144fc60b77f521f9760af (diff) |
Move to non-declarative iTerm2 configuration
Diffstat (limited to 'modules/home-manager')
-rw-r--r-- | modules/home-manager/iterm2/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home-manager/iterm2/default.nix b/modules/home-manager/iterm2/default.nix index 997bc5b..2293c80 100644 --- a/modules/home-manager/iterm2/default.nix +++ b/modules/home-manager/iterm2/default.nix @@ -23,6 +23,9 @@ in { }; config = mkOption { + # FIXME: This breaks iTerm2 too much. Create a patch for iTerm2 that + # loads `$XDG_CONFIG_HOME/iterm2/iterm2.plist` in addition to the usual + # `~/Library/Preferences/com.googlecode.iterm2.plist`. description = '' Application preferences. If these are specified, they are serialized to PLIST and stored in `~/Library/Preferences/com.googlecode.iterm2.plist`. |