failed to (create current|crawl system) director(y|ies)
This commit is contained in:
@@ -12,7 +12,7 @@ in {
|
||||
wayland.windowManager.sway.enable = true;
|
||||
home = {
|
||||
username = "mtgmonkey";
|
||||
homeDirectory = "/home/mtgmonkey";
|
||||
homeDirectory = "/home/${config.home.username}";
|
||||
stateVersion = "26.05";
|
||||
packages = [
|
||||
pkgs.acpi
|
||||
@@ -41,8 +41,8 @@ in {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
neofetch = "fastfetch";
|
||||
ls = "lsd";
|
||||
ll = "lsd -l";
|
||||
ls = lib.mkForce "lsd";
|
||||
ll = lib.mkForce "lsd -l";
|
||||
l = "lsd -la";
|
||||
cd = "z";
|
||||
gg = "git log --oneline --abbrev-commit --all --graph --decorate --color";
|
||||
|
||||
Reference in New Issue
Block a user