removed user
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user