From 79ea2fe122c02959919bf83537bc4671ae9fee74 Mon Sep 17 00:00:00 2001 From: alyx Date: Sat, 28 Jun 2025 20:11:16 +0100 Subject: [PATCH] fixes commiter names --- base/absolution/configuration.nix | 2 ++ home/default.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/base/absolution/configuration.nix b/base/absolution/configuration.nix index f69e50f..8be5401 100644 --- a/base/absolution/configuration.nix +++ b/base/absolution/configuration.nix @@ -23,6 +23,8 @@ environment.pathsToLink = [ "/share/xdg-desktop-portal" ]; + environment.sessionVariables = {ELECTRON_OZONE_PLATFORM_HINT = "wayland";}; + systemd = { user.services.polkit-gnome-authentication-agent-1 = { description = "polkit-gnome-authentication-agent-1"; diff --git a/home/default.nix b/home/default.nix index 755908d..77e6f4c 100644 --- a/home/default.nix +++ b/home/default.nix @@ -59,7 +59,7 @@ }; programs.git = { enable = true; - userName = (if vars.user == "alyx" then "cydiralis" else "beanigen"); + userName = vars.user; userEmail = (if vars.user == "alyx" then "cydiralis@proton.me" else "beanigit@protonmail.com"); extraConfig = { commit.gpgsign = true;