diff options
| author | mtgmonkey <mtgmonkey@nixos> | 2025-12-29 11:53:52 +0100 |
|---|---|---|
| committer | mtgmonkey <mtgmonkey@nixos> | 2025-12-29 11:53:52 +0100 |
| commit | 29f22c7c24ebdc1e24eb38ae0be6dd6366caba72 (patch) | |
| tree | d8373f20e2fe6dfe3c3de0393df673951ed22eaf /home/home.nix | |
| parent | 12438a9c8d5412258f976bb09881258462189222 (diff) | |
failed to (create current|crawl system) director(y|ies)
Diffstat (limited to 'home/home.nix')
| -rw-r--r-- | home/home.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/home.nix b/home/home.nix index 6147f5f..cb87097 100644 --- a/home/home.nix +++ b/home/home.nix @@ -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"; |
