doc(home): Better comment
This commit is contained in:
parent
d185e489cf
commit
ec923b007f
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ in
|
|||
programs.wezterm = {
|
||||
enable = true;
|
||||
|
||||
# Non-NixOS Linux systems don't have proper GPU integration, so we
|
||||
# unfortunately need to use the native package manager version.
|
||||
# Generic linux: NixGL makes Wezterm shit the bed for some reason.
|
||||
# macOS: Prefer brew cask so a proper Applications shortcut is made.
|
||||
package = mkIf isNotNixOS pkgs.emptyDirectory;
|
||||
|
||||
# TODO: create `local config` & return it seperately, so other modules can
|
||||
|
|
Loading…
Reference in a new issue