meta: stop misgendering myself(mostly, still some legacy crap to clean up.

This commit is contained in:
Mr Hedgehog 2022-07-14 22:16:21 -04:00
parent 8d5db5daf6
commit e05e308c40
No known key found for this signature in database
29 changed files with 50 additions and 53 deletions

View file

@ -1,4 +1,4 @@
# Mr Hedgehog's Nix Config
# The Hedgehog's Nix Config
## Welcome to my ~
This is my nix config. There are many like it, but this one is mine. It's created with [Nix](https://nixos.org), and I'm really proud of it.
@ -7,7 +7,7 @@ This is my nix config. There are many like it, but this one is mine. It's create
## Directory Structure
<!--
Generated from
https://tree.nathanfriend.io/?s=(%27options!(%27fancy!true~fullPathK~trailingSlashK~rootDotK)~O!(%27O!%27nix8_Os3q7AutoqGixEQrYGvfetchB.tYl8doY.d3M6DoY%20Wmacs28hYe3email7M6email2%200Z7An6non-cJurUZ%20I%20wantQrYGix.0j3*PBsonal25s4man6j%20in%20hR.0*fish3**M6Fish%20Shell250**colors79Tokyo%20Night%20colorscheme4Fish0*nV3**M6NV250**lua3*9Lua254m6nV%20setup0***cJ3**9actual2Qiles.0sBvices3*HR%20managUsBvices8hosts3CJ5s%20pB-host0zaphod7M6laptop%22s2.%20I%20use%20a%20Framework%20laptop.0X7The24Xping%20aGew%20machine.8pkgs3CustYGixpkgsE%2C%20importUinto%20m6flake.nix.8usBs3PB-usB25s4nixos0mrhedgehog3*M6default%20usB2.%27)~vBsion!%271%27)*%20%2008*2%20cJ3%2F04Qor%205uration6y%207.nix0*8%5Cn*9**The%20BerE%20expressionsG%20nJonfigK!falseOsourceQ%20fRYe-managBUed%20VeovimXbootstrapYomZpackagesjprogramsqgenBated%01qjZYXVURQOKJGEB987654320*
https://tree.nathanfriend.io/?s=(%27options!(%27fancy!true~fullPathK~trailingSlashK~rootDotK)~O!(%27O!%27nix8_Os3q7AutoqGixEQrYGvfetchB.tYl8doY.d3M6DoY%20Wmacs28hYe3email7M6email2%200Z7An6non-cJurUZ%20I%20wantQrYGix.0j3*PBsonal25s4man6j%20in%20hR.0*fish3**M6Fish%20Shell250**colors79Tokyo%20Night%20colorscheme4Fish0*nV3**M6NV250**lua3*9Lua254m6nV%20setup0***cJ3**9actual2Qiles.0sBvices3*HR%20managUsBvices8hosts3CJ5s%20pB-host0zaphod7M6laptop%22s2.%20I%20use%20a%20Framework%20laptop.0X7The24Xping%20aGew%20machine.8pkgs3CustYGixpkgsE%2C%20importUinto%20m6flake.nix.8usBs3PB-usB25s4nixos0thehedgehog3*M6default%20usB2.%27)~vBsion!%271%27)*%20%2008*2%20cJ3%2F04Qor%205uration6y%207.nix0*8%5Cn*9**The%20BerE%20expressionsG%20nJonfigK!falseOsourceQ%20fRYe-managBUed%20VeovimXbootstrapYomZpackagesjprogramsqgenBated%01qjZYXVURQOKJGEB987654320*
-->
```
nix
@ -45,7 +45,7 @@ nix
│ └── Custom nixpkgs expressions, imported into my flake.nix.
└── users/
├── Per-user configurations for nixos
└── mrhedgehog/
└── thehedgehog/
└── My default user config.
```

View file

@ -8,8 +8,8 @@
;; Some functionality uses this to identify you, e.g. GPG configuration, email
;; clients, file templates and snippets.
;;; Code:
(setq user-full-name "Mr Hedgehog"
user-mail-address "hedgehog@mrhedgehog.xyz")
(setq user-full-name "The Hedgehog"
user-mail-address "me@thehedgehog.me")
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
;; are the three important ones:

View file

@ -6,7 +6,7 @@
extra-trusted-public-keys = "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= statix.cachix.org-1:Z9E/g1YjCjU117QOOt07OjhljCoRZddiAm4VVESvais= nixpkgs-update.cachix.org-1:6y6Z2JdoL3APdu6/+Iy8eZX2ajf09e4EE9SnxSML1W8= colmena.cachix.org-1:7BzpDnjjH8ki2CT3f6GdOk7QAzPOl+1t3LvTLXqYcSg=";
cores = 0;
max-jobs = 8;
netrc-file = "/home/mrhedgehog/.netrc";
netrc-file = "/home/thehedgehog/.netrc";
};
description = "The Hedgehog's Nix config with flakes";
inputs = {

View file

@ -12,7 +12,7 @@
slug = "tokyonight";
name = "Tokyo Night";
kind = "dark";
author = "Mr Hedgehog (https://github.com/ModdedGamers)";
author = "The Hedgehog (https://github.com/theHedgehog0)";
colors = {
base00 = "1a1b26";
base01 = "f7768e";
@ -112,16 +112,17 @@
"${config.home.homeDirectory}/.nix-profile/share/fonts";
recursive = true;
};
homeDirectory = pkgs.lib.mkForce "/home/mrhedgehog";
# homeDirectory = pkgs.lib.mkForce "/home/thehedgehog";
username = "thehedgehog";
stateVersion = "22.11";
sessionVariables = {
PASSWORD_STORE_ENABLE_EXTENSIONS = true;
GOPASS_GPG_OPTS = "--no-throw-keyids";
XDG_DATA_DIRS = "/home/mrhedgehog/.nix-profile/share:/home/mrhedgehog/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share";
GNUPGHOME = "/home/mrhedgehog/.gnupg";
XDG_DATA_DIRS = "~/.nix-profile/share:~/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share";
GNUPGHOME = "~/.gnupg";
WLR_NO_HARDWARE_CURSORS = 1;
XDG_CONFIG_HOME = "~/.config";
};
language = {base = "en_US.utf8";};
};

View file

@ -1,15 +1,9 @@
{
accounts.email.accounts = {
mrhedgehog = {
realName = "Mr Hedgehog";
thehedgehog = {
realName = "The Hedgehog";
address = "hedgehog@mrhedgehog.xyz";
passwordCommand = "bw get password 'Migadu Anon Mailbox'";
aliases = [
"tasvideos@mrhedgehog.xyz"
"meetup@mrhedgehog.xyz"
"domains@mrhedgehog.xyz"
"leaves@mrhedgehog.xyz"
];
userName = "hedgehog@mrhedgehog.xyz";
primary = true;
himalaya.enable = true;

View file

@ -2,5 +2,7 @@
home.file.".ssh/authorized_signatures".text = ''
hedgehog@mrhedgehog.xyz ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDTVGi3PItsbUhFgnFZlqo1iUggL4npMg94+9FsyhEPfShcQwJK2/jJzjv5S9KPuk3cY7aoqyVFLbnasSBZPXmscJmOiVNvtWvHoC3QPXvf3IAcVZ5KOLpY2NJlPx/pAb31C6ewtg8v3VlyhL4zEp6M+AGwXX51tFDh2GnYD+7SNF+aMhKCrX63syAhgPy3F8mZ2RIDLAu+lsYlwdpWRkSEv9kcjX/6+3QgUWjfPBaKEeYID22ihSuj7+AiuAt0gM4q0TY/Hpcx+qDLonrIuBnm1hMZDgbv//D0sHIUxJQkGTKTEbkZxoh0Qri7UV/V6l3mETaG40deuemMU7RFY7Khl8RajNZ+9z0FdquS/HCt8+fYQk6eLneJrMIQ1bI4awrtblG3P2Yf2QUu+H3kfCQe44R3WjUugTbNtumVgyQBzl2dzlIVn1pZBeyZy70XCgbaFKkDR8Y/qZiUoZ0afP3vTOXhkn5UBfutTKwUiSGh3S8Ge5YhNgKHWE2eQp1ckEm0IMJV/q5Nsw/yBBXj/kfD8ekz96LQ+gP5JFLq4EaipXI7FM4aZNOBUZU1l/sCEuq7m997nrBucTKqGm7Ho3rq7bgdj4f6GyUJXSMOM1cN61LLrRumZGGTH8WghVL7ligxZyNFcQoudR8jfpf4mrgRxipQOe1A2umvuufMr+l/bw==
hedgehog@mrhedgehog.xyz ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyTiGctsHaTUlRJn2XQ/745dD0UWGWO8W0en8J5rf7BLI8lL/hPUmbNt45vC5754LXcBjnp1t/1FNgiGhvNZIWJpC+elBmhyMhg8z1exRZPD+as7XaH7scnij2vSbSphQFUqH433ggAGe77x5bc7wKFp9n7vj8G1u0JJxMEe1M7kNFY0+ShNtaHna3LxiQOVcW7qVlNKZP8Ol1V7kZLblRADCJMTYOXDIbktA8bbGRfGhbNjJGkL665qz36haYwb2i6A4sC7Y583N8ro8hIDG/ByJqwbl/Sz4rSxkT6G4+OdBvS6sa7TovNXHjmQCculMIltdog7UhgyBsim1sTzxAen3YyFRi1Cz/kLM0oH39m/W4IoMvJcNZCJ3ItLgy+lEVMd87jVOqfuq/hyjHVI0wJtU2Si2HTxv7aKL8gPzqXwbNH+nhkhlQ0ZH8zKVBunOgLDgsmGIky5X/T3bpWZpIoFkOR7AYrId/5dOeGM3pHhHb6woZ3SRubZ43Ah/VdJM=
me@thehedgehog.me ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDTVGi3PItsbUhFgnFZlqo1iUggL4npMg94+9FsyhEPfShcQwJK2/jJzjv5S9KPuk3cY7aoqyVFLbnasSBZPXmscJmOiVNvtWvHoC3QPXvf3IAcVZ5KOLpY2NJlPx/pAb31C6ewtg8v3VlyhL4zEp6M+AGwXX51tFDh2GnYD+7SNF+aMhKCrX63syAhgPy3F8mZ2RIDLAu+lsYlwdpWRkSEv9kcjX/6+3QgUWjfPBaKEeYID22ihSuj7+AiuAt0gM4q0TY/Hpcx+qDLonrIuBnm1hMZDgbv//D0sHIUxJQkGTKTEbkZxoh0Qri7UV/V6l3mETaG40deuemMU7RFY7Khl8RajNZ+9z0FdquS/HCt8+fYQk6eLneJrMIQ1bI4awrtblG3P2Yf2QUu+H3kfCQe44R3WjUugTbNtumVgyQBzl2dzlIVn1pZBeyZy70XCgbaFKkDR8Y/qZiUoZ0afP3vTOXhkn5UBfutTKwUiSGh3S8Ge5YhNgKHWE2eQp1ckEm0IMJV/q5Nsw/yBBXj/kfD8ekz96LQ+gP5JFLq4EaipXI7FM4aZNOBUZU1l/sCEuq7m997nrBucTKqGm7Ho3rq7bgdj4f6GyUJXSMOM1cN61LLrRumZGGTH8WghVL7ligxZyNFcQoudR8jfpf4mrgRxipQOe1A2umvuufMr+l/bw==
me@thehedgehog.me ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyTiGctsHaTUlRJn2XQ/745dD0UWGWO8W0en8J5rf7BLI8lL/hPUmbNt45vC5754LXcBjnp1t/1FNgiGhvNZIWJpC+elBmhyMhg8z1exRZPD+as7XaH7scnij2vSbSphQFUqH433ggAGe77x5bc7wKFp9n7vj8G1u0JJxMEe1M7kNFY0+ShNtaHna3LxiQOVcW7qVlNKZP8Ol1V7kZLblRADCJMTYOXDIbktA8bbGRfGhbNjJGkL665qz36haYwb2i6A4sC7Y583N8ro8hIDG/ByJqwbl/Sz4rSxkT6G4+OdBvS6sa7TovNXHjmQCculMIltdog7UhgyBsim1sTzxAen3YyFRi1Cz/kLM0oH39m/W4IoMvJcNZCJ3ItLgy+lEVMd87jVOqfuq/hyjHVI0wJtU2Si2HTxv7aKL8gPzqXwbNH+nhkhlQ0ZH8zKVBunOgLDgsmGIky5X/T3bpWZpIoFkOR7AYrId/5dOeGM3pHhHb6woZ3SRubZ43Ah/VdJM=
'';
}

View file

@ -7,7 +7,7 @@
line-uses-ring
ignore-empty-password
image=/home/mrhedgehog/nix/tiles.png
image=/home/thehedgehog/nix/tiles.png
font=Input Sans
font-size=16

View file

@ -1,5 +1,5 @@
{
"wallpaper": "/home/mrhedgehog/.config/wpg/wallpapers/nix-snowflake.png",
"wallpaper": "~/.config/wpg/wallpapers/nix-snowflake.png",
"alpha": "100",
"special": {

View file

@ -10,7 +10,7 @@
size = 12;
};
gtk3.bookmarks = [
"file:///home/mrhedgehog/Downloads"
"file:///home/thehedgehog/Downloads"
];
theme = {
name = "TokyoNight";

View file

@ -52,7 +52,7 @@ with pkgs; {
key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDTVGi3PItsbUhFgnFZlqo1iUggL4npMg94+9FsyhEPfShcQwJK2/jJzjv5S9KPuk3cY7aoqyVFLbnasSBZPXmscJmOiVNvtWvHoC3QPXvf3IAcVZ5KOLpY2NJlPx/pAb31C6ewtg8v3VlyhL4zEp6M+AGwXX51tFDh2GnYD+7SNF+aMhKCrX63syAhgPy3F8mZ2RIDLAu+lsYlwdpWRkSEv9kcjX/6+3QgUWjfPBaKEeYID22ihSuj7+AiuAt0gM4q0TY/Hpcx+qDLonrIuBnm1hMZDgbv//D0sHIUxJQkGTKTEbkZxoh0Qri7UV/V6l3mETaG40deuemMU7RFY7Khl8RajNZ+9z0FdquS/HCt8+fYQk6eLneJrMIQ1bI4awrtblG3P2Yf2QUu+H3kfCQe44R3WjUugTbNtumVgyQBzl2dzlIVn1pZBeyZy70XCgbaFKkDR8Y/qZiUoZ0afP3vTOXhkn5UBfutTKwUiSGh3S8Ge5YhNgKHWE2eQp1ckEm0IMJV/q5Nsw/yBBXj/kfD8ekz96LQ+gP5JFLq4EaipXI7FM4aZNOBUZU1l/sCEuq7m997nrBucTKqGm7Ho3rq7bgdj4f6GyUJXSMOM1cN61LLrRumZGGTH8WghVL7ligxZyNFcQoudR8jfpf4mrgRxipQOe1A2umvuufMr+l/bw==";
signByDefault = true;
};
userEmail = "hedgehog@mrhedgehog.xyz";
userEmail = "me@thehedgehog.me";
userName = "The Hedgehog";
};
programs.lazygit = {

View file

@ -1,4 +1,4 @@
-- mrhedgehog0's neovim config.
-- thehedgeh0g's neovim config.
-- This is intended for use on my machines, and this is not a general-purpose
-- config. I don't provide support for anyone else's use cases, and if you
-- use this, expect breakages at any time, as I update my workflow. Thanks!

View file

@ -1,8 +1,8 @@
-- mrhedgehog0's neovim config.
-- thehedgeh0g's neovim config.
-- This is intended for use on my machines, and this is not a general-purpose
-- config. I don't provide support for anyone else's use cases, and if you
-- use this, expect breakages at any time, as I update my workflow. Thanks!
-- I do provide comments as to why I do what I do, but those may not be
-- I do provide comments as to why I do what I do, but those may not be
-- updated to reflect my current workflow, as my real notes are in a
-- private repo. But I try to keep the comments up to date.

View file

@ -1,4 +1,4 @@
-- mrhedgehog0's neovim config.
-- thehedgeh0g's neovim config.
-- This is intended for use on my machines, and this is not a general-purpose
-- config. I don't provide support for anyone else's use cases, and if you
-- use this, expect breakages at any time, as I update my workflow. Thanks!

View file

@ -1,4 +1,4 @@
-- mrhedgehog0's neovim config.
-- thehedgeh0g's neovim config.
-- This is intended for use on my machines, and this is not a general-purpose
-- config. I don't provide support for anyone else's use cases, and if you
-- use this, expect breakages at any time, as I update my workflow. Thanks!

View file

@ -1,8 +1,8 @@
-- mrhedgehog0's neovim config.
-- thehedgeh0g's neovim config.
-- This is intended for use on my machines, and this is not a general-purpose
-- config. I don't provide support for anyone else's use cases, and if you
-- use this, expect breakages at any time, as I update my workflow. Thanks!
-- I do provide comments as to why I do what I do, but those may not be
-- I do provide comments as to why I do what I do, but those may not be
-- updated to reflect my current workflow, as my real notes are in a
-- private repo. But I try to keep the comments up to date.

View file

@ -1,4 +1,4 @@
-- mrhedgehog0's neovim config.
-- thehedgeh0g's neovim config.
-- This is intended for use on my machines, and this is not a general-purpose
-- config. I don't provide support for anyone else's use cases, and if you
-- use this, expect breakages at any time, as I update my workflow. Thanks!

View file

@ -1,4 +1,4 @@
-- mrhedgehog0's neovim config.
-- thehedgeh0g's neovim config.
-- This is intended for use on my machines, and this is not a general-purpose
-- config. I don't provide support for anyone else's use cases, and if you
-- use this, expect breakages at any time, as I update my workflow. Thanks!

View file

@ -1,8 +1,8 @@
-- mrhedgehog0's neovim config.
-- thehedgeh0g's neovim config.
-- This is intended for use on my machines, and this is not a general-purpose
-- config. I don't provide support for anyone else's use cases, and if you
-- use this, expect breakages at any time, as I update my workflow. Thanks!
-- I do provide comments as to why I do what I do, but those may not be
-- I do provide comments as to why I do what I do, but those may not be
-- updated to reflect my current workflow, as my real notes are in a
-- private repo. But I try to keep the comments up to date.

View file

@ -3,7 +3,7 @@
enable = true;
config = {
addr = "chat.sr.ht";
nick = "mrhedgehog";
nick = "thehedgeh0g";
password-cmd = "bw get password 'Bouncer API Token'";
# pane-widths
};

View file

@ -2,7 +2,7 @@
programs.waybar = {
enable = true;
systemd.enable = true;
# style = "/home/mrhedgehog/.config/waybar/style.css"
# style = "/home/thehedgehog/.config/waybar/style.css"
# settings = {
# mainBar = {
# layer = "top";

View file

@ -6,7 +6,7 @@
LogLevel = "Debug";
SSL = true;
};
mrhedgehog = {
thehedgeh0g = {
Homeserver = "https://colony.jupiterbroadcasting.com";
ListenAddress = "127.0.0.1";
ListenPort = 8008;

View file

@ -1,6 +1,6 @@
{
services.taskwarrior-sync = {
enable = true;
enable = false;
frequency = "*:00:00";
};
}

View file

@ -21,7 +21,7 @@
"provisioners": [
{
"type": "JWK",
"name": "hedgehog@mrhedgehog.xyz",
"name": "me@thehedgehog.me",
"key": {
"use": "sig",
"kty": "EC",

View file

@ -16,9 +16,9 @@ set $right l
set $term nixGLIntel kitty
set $menu exec $term --detach --class=launcher -o inital_window_height=50 -o initial_window_width=50 -o font_size=16 /home/mrhedgehog/.nix-profile/bin/sway-launcher-desktop
# set $menu exec $term --detach --class=launcher /home/mrhedgehog/.nix-profile/bin/rofi -show drun -display-drun " "
# set $menu exec /home/mrhedgehog/.nix-profile/bin/rofi -show drun -display-drun "" &> /home/mrhedgehog/temp.log
set $menu exec $term --detach --class=launcher -o inital_window_height=50 -o initial_window_width=50 -o font_size=16 /home/thehedgehog/.nix-profile/bin/sway-launcher-desktop
# set $menu exec $term --detach --class=launcher /home/thehedgehog/.nix-profile/bin/rofi -show drun -display-drun " "
# set $menu exec /home/thehedgehog/.nix-profile/bin/rofi -show drun -display-drun "" &> /home/thehedgehog/temp.log
set $browser MOZ_DISABLE_RDD_SANDBOX=1 nixGLIntel firefox
@ -33,7 +33,7 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
#
# You can get the names of your outputs by running: swaymsg -t get_outputs
output eDP-1 scale 1.2
output * bg /home/mrhedgehog/nix/bgs/ibm.jpg fill
output * bg /home/thehedgehog/nix/bgs/ibm.jpg fill
### Idle configuration
exec swayidle -w \

View file

@ -1,4 +1,4 @@
@import "/home/mrhedgehog/.cache/wal/colors-waybar.css";
@import "/home/thehedgehog/.cache/wal/colors-waybar.css";
#waybar {
font-family: Input Sans, sans-serif;
font-size: 16px;

View file

@ -2,7 +2,7 @@
background-image: none;
}
window {
background-image: image(url("/home/mrhedgehog/nix/bgs/tiles2.png"), url("/home/mrhedgehog/nix/bgs/tiles2.png"));
background-image: image(url("/home/thehedgehog/nix/bgs/tiles2.png"), url("/home/thehedgehog/nix/bgs/tiles2.png"));
background-repeat: repeat repeat;
}
button {
@ -22,25 +22,25 @@ button:focus, button:active, button:hover {
}
#lock {
background-image: image(url("/home/mrhedgehog/.nix-profile/share/wlogout/icons/lock.png"), url("/home/mrhedgehog/.nix-profile/local/share/wlogout/icons/lock.png"));
background-image: image(url("/home/thehedgehog/.nix-profile/share/wlogout/icons/lock.png"), url("/home/thehedgehog/.nix-profile/local/share/wlogout/icons/lock.png"));
}
#logout {
background-image: image(url("/home/mrhedgehog/.nix-profile/share/wlogout/icons/logout.png"), url("/home/mrhedgehog/.nix-profile/local/share/wlogout/icons/logout.png"));
background-image: image(url("/home/thehedgehog/.nix-profile/share/wlogout/icons/logout.png"), url("/home/thehedgehog/.nix-profile/local/share/wlogout/icons/logout.png"));
}
#suspend {
background-image: image(url("/home/mrhedgehog/.nix-profile/share/wlogout/icons/suspend.png"), url("/home/mrhedgehog/.nix-profile/local/share/wlogout/icons/suspend.png"));
background-image: image(url("/home/thehedgehog/.nix-profile/share/wlogout/icons/suspend.png"), url("/home/thehedgehog/.nix-profile/local/share/wlogout/icons/suspend.png"));
}
#hibernate {
background-image: image(url("/home/mrhedgehog/.nix-profile/share/wlogout/icons/hibernate.png"), url("/home/mrhedgehog/.nix-profile/local/share/wlogout/icons/hibernate.png"));
background-image: image(url("/home/thehedgehog/.nix-profile/share/wlogout/icons/hibernate.png"), url("/home/thehedgehog/.nix-profile/local/share/wlogout/icons/hibernate.png"));
}
#shutdown {
background-image: image(url("/home/mrhedgehog/.nix-profile/share/wlogout/icons/shutdown.png"), url("/home/mrhedgehog/.nix-profile/local/share/wlogout/icons/shutdown.png"));
background-image: image(url("/home/thehedgehog/.nix-profile/share/wlogout/icons/shutdown.png"), url("/home/thehedgehog/.nix-profile/local/share/wlogout/icons/shutdown.png"));
}
#reboot {
background-image: image(url("/home/mrhedgehog/.nix-profile/share/wlogout/icons/reboot.png"), url("/home/mrhedgehog/.nix-profile/local/share/wlogout/icons/reboot.png"));
background-image: image(url("/home/thehedgehog/.nix-profile/share/wlogout/icons/reboot.png"), url("/home/thehedgehog/.nix-profile/local/share/wlogout/icons/reboot.png"));
}

View file

@ -17,6 +17,6 @@ fetchzip {
description = "The Nerd Fonts symbols in 1 font.";
homepage = "https://nerdfonts.com";
license = licenses.mit;
maintainers = with maintainers; [mrhedgehog];
maintainers = with maintainers; [thehedgeh0g];
};
}

View file

@ -15,6 +15,6 @@ python3Packages.buildPythonPackage rec {
homepage = "https://github.com/Frewacom/pywalfox";
description = "Dynamic theming of Firefox (and Thunderbird) using your Pywal colors";
license = licenses.mpl20;
maintainers = with maintainers; [ mrhedgehog ];
maintainers = with maintainers; [ thehedgeh0g ];
};
}

View file

@ -35,6 +35,6 @@ in
homepage = "https://github.com/stronk-dev/Tokyo-Night-Linux";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [mrhedgehog];
maintainers = with maintainers; [thehedgeh0g];
};
}