From 882e7274699aad5d4265e716c0d310e11f65321b Mon Sep 17 00:00:00 2001 From: Origami404 Date: Sat, 22 Jun 2024 20:41:08 +0800 Subject: [PATCH] [home] minor update --- home.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home.nix b/home.nix index 833d254..ba24ffa 100644 --- a/home.nix +++ b/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, lib, pkgs, ... }: { home.username = "origami"; @@ -8,7 +8,7 @@ home.packages = with pkgs;[ # Shell & Editor - fish + fish # Archives atool # all-in-one tar @@ -98,7 +98,7 @@ "cloc" = "scc"; "cat" = "bat"; "x" = "atool -x"; - "flake-update" = "nixos-rebuild switch --use-remote-sudo --flake /home/origami/flakes#um790-nix"; + "flake-update" = "nixos-rebuild switch --use-remote-sudo --flake ${config.home.homeDirectory}/flakes#um790-nix"; "cl" = "clear"; }; };