From d2dd5d1287e0f2630e1407ecb09b13413f4e2d93 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 12 Feb 2022 18:15:39 +0900 Subject: feat: boopy -> zach --- home/alpha/boopy.nix | 9 --------- home/alpha/zach.nix | 9 +++++++++ home/default.nix | 4 ++-- home/profiles/browsing/qutebrowser-settings.nix | 4 ++-- home/profiles/development/default.nix | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 home/alpha/boopy.nix create mode 100644 home/alpha/zach.nix (limited to 'home') diff --git a/home/alpha/boopy.nix b/home/alpha/boopy.nix deleted file mode 100644 index 126ac6b..0000000 --- a/home/alpha/boopy.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ pkgs, ... }: - -{ - config = { - activeProfiles = [ "base" "browsing" "development" "messaging" "multimedia" "research" ]; - - programs.htop.settings.detailed_cpu_time = true; - }; -} diff --git a/home/alpha/zach.nix b/home/alpha/zach.nix new file mode 100644 index 0000000..126ac6b --- /dev/null +++ b/home/alpha/zach.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + config = { + activeProfiles = [ "base" "browsing" "development" "messaging" "multimedia" "research" ]; + + programs.htop.settings.detailed_cpu_time = true; + }; +} diff --git a/home/default.nix b/home/default.nix index 53dc719..32627e0 100644 --- a/home/default.nix +++ b/home/default.nix @@ -1,8 +1,8 @@ { self, unstable, ... } @ inputs: { - "boopy@alpha" = self.lib.mkHome { - username = "boopy"; + "zach@alpha" = self.lib.mkHome { + username = "zach"; hostname = "alpha"; system = "x86_64-linux"; pkgs = import unstable { system = "x86_64-linux"; overlays = with inputs; [ chaotic-nixpkgs.overlay ]; }; diff --git a/home/profiles/browsing/qutebrowser-settings.nix b/home/profiles/browsing/qutebrowser-settings.nix index 47fae23..40d2189 100644 --- a/home/profiles/browsing/qutebrowser-settings.nix +++ b/home/profiles/browsing/qutebrowser-settings.nix @@ -1,5 +1,5 @@ let - # Nightlamp theme by boopy + # Nightlamp theme by zachel # Modified to increase visibility on qutebrowser base00 = "#151515"; base01 = "#222329"; @@ -20,7 +20,7 @@ let in { # Base16 qutebrowser template by theova - # Modified by boopy + # Modified by zachel # 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 3fdb7fa..c8366ae 100644 --- a/home/profiles/development/default.nix +++ b/home/profiles/development/default.nix @@ -15,11 +15,11 @@ in enable = true; package = pkgs.gitFull; - userName = "Zack A."; - userEmail = "hi@boopy.dev"; + userName = "zachel"; + userEmail = "zach@zachel.io"; signing = { - key = "EE731799CAE9F76B048BDF71F05C1C600B728A18"; + key = "346833414516C852FFB238E19F734565641C2F14"; signByDefault = true; }; -- cgit 1.4.1