aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-26 20:07:06 -0400
committerXe Iaso <me@xeiaso.net>2025-04-26 20:07:06 -0400
commit62665656ffc8c20b7913b64dd14f4739bdcf29e7 (patch)
tree52893728becf4b7cb7b6b21f36d3a030b33ab376 /pkgs
parent0a566abb1557f1a06723564b080061c06afd5de9 (diff)
downloadx-62665656ffc8c20b7913b64dd14f4739bdcf29e7.tar.xz
x-62665656ffc8c20b7913b64dd14f4739bdcf29e7.zip
chore: reformat the world, set up autoformat on commit
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/home-automount-nas/yeetfile.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/pkgs/home-automount-nas/yeetfile.js b/pkgs/home-automount-nas/yeetfile.js
index 2b89868..4cf9bee 100644
--- a/pkgs/home-automount-nas/yeetfile.js
+++ b/pkgs/home-automount-nas/yeetfile.js
@@ -1,12 +1,12 @@
rpm.build({
- name: "home-automount-nas",
- description: "Automount the NAS drive on boot",
- homepage: "https://xeiaso.net",
- license: "CC0",
- goarch: "all",
+ name: "home-automount-nas",
+ description: "Automount the NAS drive on boot",
+ homepage: "https://xeiaso.net",
+ license: "CC0",
+ goarch: "all",
- build: ({ systemd }) => {
- file.install("./mnt-itsuki.automount", `${systemd}/mnt-itsuki.automount`);
- file.install("./mnt-itsuki.mount", `${systemd}/mnt-itsuki.mount`);
- },
-}); \ No newline at end of file
+ build: ({ systemd }) => {
+ file.install("./mnt-itsuki.automount", `${systemd}/mnt-itsuki.automount`);
+ file.install("./mnt-itsuki.mount", `${systemd}/mnt-itsuki.mount`);
+ },
+});