From ea79ed24f437352eccb6f85fce0b58211128db32 Mon Sep 17 00:00:00 2001 From: randogoth Date: Tue, 23 Dec 2025 23:34:09 +0200 Subject: [PATCH] filename fixes --- .../user/default.target.wants/deinonyxus-nixpkgs-init.service | 1 + .../user/default.target.wants/randofin-nixpkgs-init.service | 1 - ...ofin-nixpkgs-init.service => deinonyxus-nixpkgs-init.service} | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 120000 files/system/usr/lib/systemd/user/default.target.wants/deinonyxus-nixpkgs-init.service delete mode 120000 files/system/usr/lib/systemd/user/default.target.wants/randofin-nixpkgs-init.service rename files/system/usr/lib/systemd/user/{randofin-nixpkgs-init.service => deinonyxus-nixpkgs-init.service} (100%) diff --git a/files/system/usr/lib/systemd/user/default.target.wants/deinonyxus-nixpkgs-init.service b/files/system/usr/lib/systemd/user/default.target.wants/deinonyxus-nixpkgs-init.service new file mode 120000 index 0000000..937f72b --- /dev/null +++ b/files/system/usr/lib/systemd/user/default.target.wants/deinonyxus-nixpkgs-init.service @@ -0,0 +1 @@ +../deinonyxus-nixpkgs-init.service \ No newline at end of file diff --git a/files/system/usr/lib/systemd/user/default.target.wants/randofin-nixpkgs-init.service b/files/system/usr/lib/systemd/user/default.target.wants/randofin-nixpkgs-init.service deleted file mode 120000 index 5f245da..0000000 --- a/files/system/usr/lib/systemd/user/default.target.wants/randofin-nixpkgs-init.service +++ /dev/null @@ -1 +0,0 @@ -../randofin-nixpkgs-init.service \ No newline at end of file diff --git a/files/system/usr/lib/systemd/user/randofin-nixpkgs-init.service b/files/system/usr/lib/systemd/user/deinonyxus-nixpkgs-init.service similarity index 100% rename from files/system/usr/lib/systemd/user/randofin-nixpkgs-init.service rename to files/system/usr/lib/systemd/user/deinonyxus-nixpkgs-init.service