From 29f22c7c24ebdc1e24eb38ae0be6dd6366caba72 Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Mon, 29 Dec 2025 11:53:52 +0100 Subject: failed to (create current|crawl system) director(y|ies) --- home/home.nix | 6 +++--- home/sway_config | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'home') 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"; diff --git a/home/sway_config b/home/sway_config index d1d7868..f7bd32d 100644 --- a/home/sway_config +++ b/home/sway_config @@ -9,7 +9,7 @@ set $screenshot grim -g "$(slurp)" floating_modifier $mod normal workspace_layout stacking -output * bg /home/mtgmonkey/.dotfiles/home/stylix/nix-wallpaper-gear.png fill +output * bg /home/mtgmonkey/conf/home/nix-wallpaper-gear.png fill # launch programs bindsym $mod+Shift+Return exec $term -- cgit v1.3