14 lines
456 B
Bash
14 lines
456 B
Bash
# SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
watch_dir ./options
|
|
watch_dir ./sops
|
|
watch_file ./home-manager/flake-module.nix
|
|
watch_file ./home-manager/asahi/flake-module.nix
|
|
watch_file ./home-manager/raspi/flake-module.nix
|
|
watch_file ./nixos/flake-module.nix
|
|
watch_file ./nixos/raspi/flake-module.nix
|
|
watch_file ./nix-darwin/flake-module.nix
|
|
watch_file ./nix-darwin/macos/flake-module.nix
|
|
use flake
|