Skip to content

Commit

Permalink
Fix typo and add pip-on-top gnome extension
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Nov 10, 2024
1 parent 9177e0f commit c89cd43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/home-manager/pc/desktop/gnome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
appindicator
emoji-copy
# focus
pip-on-top
tailscale-status
# tiling-shell
transparent-top-bar
# transparent-top-bar
transparent-top-bar-adjustable-transparency
])
++ (with pkgs.unstable.gnomeExtensions; [
Expand Down
2 changes: 1 addition & 1 deletion modules/home-manager/server/cli/helix/languages/ltex.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# dictionary = {
# "en-US" = [ ];
# };
additionalRules.languageModel = lib.optinalString config.helix.ltex.ngram "${config.home.homeDirectory}/.cache/ngrams";
additionalRules.languageModel = lib.optionalString config.helix.ltex.ngram "${config.home.homeDirectory}/.cache/ngrams";
};
};

Expand Down

0 comments on commit c89cd43

Please sign in to comment.