From 9245753059ba8d5f0e782ba87dda56d26f9a2a83 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sun, 31 Mar 2024 02:07:27 +0100 Subject: [PATCH] tmux mouse, ungoogled chromium for london --- nix/london/configuration.nix | 7 ++++++- nix/london/gsimmer.nix | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/nix/london/configuration.nix b/nix/london/configuration.nix index 240d724..c1f6b17 100644 --- a/nix/london/configuration.nix +++ b/nix/london/configuration.nix @@ -192,7 +192,12 @@ xdg.portal.enable = true; programs = { - tmux.enable = true; + tmux = { + enable = true; + extraConfig = '' + set -g mouse on + ''; + }; gamemode.enable = true; zsh.enable = true; fish.enable = true; diff --git a/nix/london/gsimmer.nix b/nix/london/gsimmer.nix index e47f582..e8befa1 100644 --- a/nix/london/gsimmer.nix +++ b/nix/london/gsimmer.nix @@ -22,7 +22,7 @@ in [ (import (builtins.fetchTarball { url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz"; - sha256 = "0w843vgi0d7p2hmhlgq046r2gg7aid3xphnzibv17fp38wa1y6dm"; + sha256 = "11x80s4jh06ibk390q8wgvvi614fapiswmbi6z9xy9d21pf7mw33"; })) discordOverlay ]; @@ -49,6 +49,7 @@ enable = true; settings = { import = [ "${pkgs.alacritty-theme}/breeze.toml" ]; + font.normal.family = "Berkeley Mono"; }; }; bash.enable = false; @@ -133,6 +134,7 @@ mangohud comma transmission_4-qt + ungoogled-chromium ]; # This value determines the Home Manager release that your