aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-03-18 13:10:04 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-03-18 13:10:04 -0700
commit2098152c48bf3da405a05d3a76d2702743111d52 (patch)
tree3b0e40a80e97186dfcd94986646670074bcf49b1 /home
parenta07d9b1f0ea2996f63796bf472be4ef4fba9d06e (diff)
downloadnix-2098152c48bf3da405a05d3a76d2702743111d52.tar
nix-2098152c48bf3da405a05d3a76d2702743111d52.tar.gz
nix-2098152c48bf3da405a05d3a76d2702743111d52.tar.bz2
nix-2098152c48bf3da405a05d3a76d2702743111d52.tar.lz
nix-2098152c48bf3da405a05d3a76d2702743111d52.tar.xz
nix-2098152c48bf3da405a05d3a76d2702743111d52.tar.zst
nix-2098152c48bf3da405a05d3a76d2702743111d52.zip
Move knock script to version control
Diffstat (limited to 'home')
-rw-r--r--home/nipsy/ginaz.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/nipsy/ginaz.nix b/home/nipsy/ginaz.nix
index 8f42a2f..a3e8395 100644
--- a/home/nipsy/ginaz.nix
+++ b/home/nipsy/ginaz.nix
@@ -1,5 +1,10 @@
{ inputs, lib, pkgs, config, outputs, ... }:
{
+
+ home.file = {
+ "bin/knock".source = ../common/scripts/knock;
+ };
+
imports = [
common/core
common/optional/desktops