some formatting

This commit is contained in:
2025-01-22 16:38:15 -06:00
parent e1be43a0a5
commit cdd9dac355
25 changed files with 29 additions and 57 deletions

View File

@@ -13,7 +13,7 @@
};
config =
let
download = inputs.jawz-scripts.packages.x86_64-linux.download;
inherit (inputs.jawz-scripts.packages.x86_64-linux) download;
in
{
home-manager.users.jawz = {

View File

@@ -10,7 +10,7 @@
options.my.units.stream-dl.enable = lib.mkEnableOption "enable";
config =
let
stream-dl = inputs.jawz-scripts.packages.x86_64-linux.stream-dl;
inherit (inputs.jawz-scripts.packages.x86_64-linux) stream-dl;
in
{
systemd.user = lib.mkIf config.my.units.stream-dl.enable {

View File

@@ -36,7 +36,7 @@
description = "Updates the IP of all my domains";
package =
let
update-dns = inputs.jawz-scripts.packages.x86_64-linux.update-dns;
inherit (inputs.jawz-scripts.packages.x86_64-linux) update-dns;
in
pkgs.writeScriptBin "update-dns" ''
#!/usr/bin/env nix-shell