Skip to content

Commit

Permalink
for use
Browse files Browse the repository at this point in the history
  • Loading branch information
QixYuanmeng committed Aug 18, 2024
1 parent 4e5c497 commit 683722e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions home/base/gui/terminal/kitty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
macos_option_as_alt = true; # Option key acts as Alt on macOS
enable_audio_bell = false;
tab_bar_edge = "top"; # tab bar on top
confirm_os_window_close = 0;
# To resolve issues:
# 1. https://github.com/ryan4yin/nix-config/issues/26
# 2. https://github.com/ryan4yin/nix-config/issues/8
Expand Down
2 changes: 1 addition & 1 deletion home/linux/gui/base/xdg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
enable = true;
# let `xdg-open` to open the url with the correct application.
defaultApplications = let
browser = ["google-chrome-stable.desktop"];
browser = ["google-chrome.desktop"];
editor = ["nvim.desktop" "Helix.desktop" "code.desktop" "code-insiders.desktop"];
in {
"application/json" = browser;
Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/desktop/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Characters
"FiraCode"
"JetBrainsMono"
#"Iosevka"
"Iosevka"
];
})
julia-mono
Expand Down

0 comments on commit 683722e

Please sign in to comment.