From f8ac795280e6ef092f6282fe7a71f9ba2f5e3c94 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Tue, 13 Sep 2022 16:04:10 +0200 Subject: [PATCH] Small changes for the PC --- home/common-linux.nix | 2 ++ home/kagami-pc-home.nix | 14 +++++++++++--- nki-home/configuration.nix | 6 ++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/home/common-linux.nix b/home/common-linux.nix index b2a5be1..a5bb4db 100644 --- a/home/common-linux.nix +++ b/home/common-linux.nix @@ -8,6 +8,8 @@ with lib; { home.packages = with pkgs; [ unfree.vivaldi psmisc # killall and friends + + pinentry-gnome ]; ## Gnome-keyring diff --git a/home/kagami-pc-home.nix b/home/kagami-pc-home.nix index 0defbc4..cae5ec1 100644 --- a/home/kagami-pc-home.nix +++ b/home/kagami-pc-home.nix @@ -41,14 +41,22 @@ mode = "1920x1080@144Hz"; adaptive_sync = "on"; }; + wayland.windowManager.sway.config.output."Unknown 24G2W1G4 ATNN21A005410" = { + mode = "1920x1080@144Hz"; + adaptive_sync = "on"; + }; nki.programs.kitty.fontSize = 14; # Yellow light! services.wlsunset = { enable = true; - # Waterloo - latitude = "43.3"; - longitude = "-80.3"; + # # Waterloo + # latitude = "43.3"; + # longitude = "-80.3"; + + # Lausanne + latitude = "46.31"; + longitude = "6.38"; }; diff --git a/nki-home/configuration.nix b/nki-home/configuration.nix index 4ab641c..3c9481c 100644 --- a/nki-home/configuration.nix +++ b/nki-home/configuration.nix @@ -250,6 +250,12 @@ # For 32 bit applications hardware.opengl.driSupport32Bit = true; + # Evolution wants a plugin + programs.evolution = { + enable = true; + plugins = with pkgs; [ evolution-ews ]; + }; + # Music server services.navidrome.enable = true; services.navidrome.settings = {