From d50c69b3731e6bff975ae8a6865442883b216970 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 4 Feb 2023 01:25:46 +0900 Subject: feat(*): use current identity --- LICENSE.md | 2 +- flake.nix | 2 +- home/profiles/browsing/qutebrowser-settings.nix | 4 ++-- home/profiles/development/default.nix | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index f7fee5f..af2185f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ ISC License =================================== -Copyright (c) 2022, zachel +Copyright (c) 2023, sefidel Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/flake.nix b/flake.nix index 4278936..581b53e 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "zachel's nix flake dotfiles"; + description = "sefidel's nix flake dotfiles"; inputs = { unstable.url = "github:nixos/nixpkgs/nixos-unstable"; diff --git a/home/profiles/browsing/qutebrowser-settings.nix b/home/profiles/browsing/qutebrowser-settings.nix index 3125966..c394f45 100644 --- a/home/profiles/browsing/qutebrowser-settings.nix +++ b/home/profiles/browsing/qutebrowser-settings.nix @@ -1,5 +1,5 @@ let - # Softjelly by zachel + # Softjelly by sefidel # Modified to increase visibility on qutebrowser base00 = "#151515"; base01 = "#222329"; @@ -20,7 +20,7 @@ let in { # Base16 qutebrowser template by theova - # Modified by zachel + # Modified by sefidel # Value to use for `prefers-color-scheme:` for websites. # Valid values: light, dark, auto. diff --git a/home/profiles/development/default.nix b/home/profiles/development/default.nix index aedb422..0139517 100644 --- a/home/profiles/development/default.nix +++ b/home/profiles/development/default.nix @@ -14,11 +14,11 @@ in enable = true; package = pkgs.gitFull; - userName = "zachel"; - userEmail = "zach@zachel.io"; + userName = "***REMOVED***"; + userEmail = "contact@sefidel.com"; signing = { - key = "346833414516C852FFB238E19F734565641C2F14"; + key = "387E2BF0402610B00A9CB7E689C80C5BD6DBE2B2"; signByDefault = true; }; @@ -49,7 +49,7 @@ in sendemail = { smtpserver = "smtp.migadu.com"; - smtpuser = "zach@zachel.io"; + smtpuser = "contact@sefidel.com"; smtpencryption = "ssl"; smtpserverport = "465"; }; -- cgit 1.4.1