removed user

This commit is contained in:
2025-01-19 17:20:41 -08:00
parent dcaa8e12d1
commit 3f0ffe65d9
2 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@
git = {
enable = true;
userName = "rogueking";
userName = "username";
};
eza = {
@@ -84,13 +84,13 @@
grep = "grep --color=auto";
ll = "eza -la";
lg = "lazygit";
fk = "fuck";
fu = "fuck";
lt = "eza --tree";
cd = "z";
cat = "bat";
catp = "bat -p";
btop = "btop --utf-force";
open = "xdg-open";
rebuild = "sudo nixos-rebuild switch --flake /etc/nixos#default";
};
initExtra = ''

View File

@@ -9,8 +9,8 @@
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = "rogueking";
home.homeDirectory = "/home/rogueking";
home.username = "username";
home.homeDirectory = "/home/username";
# This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release