Move ~/nix to ~/palette

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-06-30 19:24:00 +03:00
parent 6680431406
commit 693614968f
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D
2 changed files with 7 additions and 7 deletions

View file

@ -26,12 +26,12 @@
"df" = "df -x tmpfs -x devtmpfs -x efivarfs -h"; "df" = "df -x tmpfs -x devtmpfs -x efivarfs -h";
# Nix # Nix
"nrs" = "sudo nixos-rebuild switch --flake path:/home/gkaklas/nix/nixos/"; "nrs" = "sudo nixos-rebuild switch --flake path:/home/gkaklas/palette/nixos/";
"upn" = "sudo nix flake update --flake path:/home/gkaklas/nix/nixos/"; "upn" = "sudo nix flake update --flake path:/home/gkaklas/palette/nixos/";
"cln" = "sudo nix profile wipe-history --older-than 7d --profile /nix/var/nix/profiles/system"; "cln" = "sudo nix profile wipe-history --older-than 7d --profile /nix/var/nix/profiles/system";
"hms" = "home-manager switch --flake path:/home/gkaklas/nix/home-manager/"; "hms" = "home-manager switch --flake path:/home/gkaklas/palette/home-manager/";
"hm" = "home-manager --flake path:/home/gkaklas/nix/home-manager/"; "hm" = "home-manager --flake path:/home/gkaklas/palette/home-manager/";
"uph" = "nix flake update --flake path:/home/gkaklas/nix/home-manager/ "; "uph" = "nix flake update --flake path:/home/gkaklas/palette/home-manager/";
"clh" = "nix profile wipe-history --older-than 7d && home-manager expire-generations '-7 days'"; "clh" = "nix profile wipe-history --older-than 7d && home-manager expire-generations '-7 days'";
"update" = "upn && nrs && cln && uph && hms && clh && nix store gc && nix store optimise && ntfy pub kelly 'Update done!'"; "update" = "upn && nrs && cln && uph && hms && clh && nix store gc && nix store optimise && ntfy pub kelly 'Update done!'";

View file

@ -51,11 +51,11 @@
} }
} }
} }
tab name="HM" cwd="~/nix/home-manager" { tab name="HM" cwd="~/palette/home-manager" {
pane split_direction="vertical" { pane split_direction="vertical" {
pane pane
pane command="watchexec" { pane command="watchexec" {
args "-c" "--" "home-manager" "switch" "--flake" "path:/home/gkaklas/nix/home-manager/" args "-c" "--" "home-manager" "switch" "--flake" "path:/home/gkaklas/palette/home-manager/"
} }
} }
} }