HASH 602b82fb0455
DATE 2025-01-21
SUBJECT nix: add shortcut to kunzen repo
FILES 2 CHANGED
HASH 602b82fb0455
DATE 2025-01-21
SUBJECT nix: add shortcut to kunzen repo
FILES 2 CHANGED
┌─ modules/home/console/shell/fish/aliases.nix ──────────────────────────────┐
│ diff --git a/modules/home/console/shell/fish/aliases.nix b/modules/home/console/sh │
│ ell/fish/aliases.nix │
│ index e8bfedf..16254ea 100644 │
│ --- a/modules/home/console/shell/fish/aliases.nix │
│ +++ b/modules/home/console/shell/fish/aliases.nix │
│ @@ -17,6 +17,7 @@ in { │
│ }; │
│ shellAbbrs = { │
│ f = "cd $FLAKE"; │
│ + s = "cd $KUNZEN"; │
│ fe = "$EDITOR (git rev-parse --show-toplevel) -c 'Telescope find_files'"; │
│ │
│ nswitch = "${getExe nh} os switch"; │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...onsole/shell/fish/aliases.nix ───┐
│ diff --git a/modules/home/console/shell/fish │
│ /aliases.nix b/modules/home/console/shell/fi │
│ sh/aliases.nix │
│ index e8bfedf..16254ea 100644 │
│ --- a/modules/home/console/shell/fish/aliase │
│ s.nix │
│ +++ b/modules/home/console/shell/fish/aliase │
│ s.nix │
│ @@ -17,6 +17,7 @@ in { │
│ }; │
│ shellAbbrs = { │
│ f = "cd $FLAKE"; │
│ + s = "cd $KUNZEN"; │
│ fe = "$EDITOR (git rev-parse --show-t │
│ oplevel) -c 'Telescope find_files'"; │
│ │
│ nswitch = "${getExe nh} os switch"; │
└──────────────────────────────────────────────┘
┌─ modules/nixos/base/nix.nix ───────────────────────────────────────────────┐
│ diff --git a/modules/nixos/base/nix.nix b/modules/nixos/base/nix.nix │
│ index 1fd5c6e..8af9f9d 100644 │
│ --- a/modules/nixos/base/nix.nix │
│ +++ b/modules/nixos/base/nix.nix │
│ @@ -14,6 +14,7 @@ │
│ paths = { │
│ FLAKE = "/home/${admin.name}/.config/ooknet"; │
│ WEBSITE = "${paths.FLAKE}/outputs/pkgs/website"; │
│ + KUNZEN = "/home/${admin.name}/.config/kunzen"; │
│ }; │
│ in { │
│ environment = { │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ modules/nixos/base/nix.nix ─────────┐
│ diff --git a/modules/nixos/base/nix.nix b/mo │
│ dules/nixos/base/nix.nix │
│ index 1fd5c6e..8af9f9d 100644 │
│ --- a/modules/nixos/base/nix.nix │
│ +++ b/modules/nixos/base/nix.nix │
│ @@ -14,6 +14,7 @@ │
│ paths = { │
│ FLAKE = "/home/${admin.name}/.config/oo │
│ knet"; │
│ WEBSITE = "${paths.FLAKE}/outputs/pkgs/ │
│ website"; │
│ + KUNZEN = "/home/${admin.name}/.config/k │
│ unzen"; │
│ }; │
│ in { │
│ environment = { │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET