some formatting
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user