diff --git a/home-modules/lib.nix b/home-modules/lib.nix index 939e101..549e4f2 100644 --- a/home-modules/lib.nix +++ b/home-modules/lib.nix @@ -307,6 +307,7 @@ let comment = "Launch Zen Browser"; exec = "${config.programs.zen-browser.package}/bin/zen-beta"; terminal = false; + noDisplay = true; categories = [ "Network" ]; }; ghosttyZellijStartup = pkgs.makeDesktopItem { @@ -315,6 +316,7 @@ let comment = "Open Ghostty and attach to the main Zellij session"; exec = "${pkgs.ghostty}/bin/ghostty --fullscreen=true -e ${zellijPersistentSession}/bin/zellij-persistent-session"; terminal = false; + noDisplay = true; categories = [ "TerminalEmulator" ]; @@ -325,6 +327,7 @@ let comment = "Launch Vesktop in fullscreen"; exec = "${pkgs.vesktop}/bin/vesktop --start-fullscreen"; terminal = false; + noDisplay = true; categories = [ "Network" ]; }; signalStartup = pkgs.makeDesktopItem { @@ -333,6 +336,7 @@ let comment = "Launch Signal in fullscreen"; exec = "${pkgs.signal-desktop}/bin/signal-desktop --start-fullscreen"; terminal = false; + noDisplay = true; categories = [ "Network" ]; }; betterbirdStartup = pkgs.makeDesktopItem { @@ -341,6 +345,7 @@ let comment = "Launch Betterbird in fullscreen"; exec = "${betterbird}/bin/betterbird"; terminal = false; + noDisplay = true; categories = [ "Network" ]; }; zulipStartup = pkgs.makeDesktopItem { @@ -349,6 +354,7 @@ let comment = "Launch Zulip in fullscreen"; exec = "${pkgs.zulip}/bin/zulip --start-fullscreen"; terminal = false; + noDisplay = true; categories = [ "Network" ]; }; in diff --git a/home-modules/terminal.nix b/home-modules/terminal.nix index 404aab7..4139894 100644 --- a/home-modules/terminal.nix +++ b/home-modules/terminal.nix @@ -64,8 +64,13 @@ window-decoration = false; font-family = "CommitMono Nerd Font"; font-size = 12; + font-feature = "-calt, -liga"; confirm-close-surface = false; bell-features = "no-audio"; + link-url = true; + link-previews = true; + cursor-style = "bar"; + copy-on-select = "clipboard"; theme = "GitHub Dark High Contrast"; fullscreen = true; };