summaryrefslogtreecommitdiff
path: root/home-manager/home.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2026-04-13 21:26:13 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2026-04-13 21:26:13 -0600
commitec5b7daaae4518abd376d4210ebc87de12d9c2b6 (patch)
tree86c8de000ac43d3962df29ebfe6f20463b5e07c1 /home-manager/home.nix
parent5411b3709efc67ee1973a91495b84979803fbdd9 (diff)
need just the shell script, and need to modify it, so no need for flake
Diffstat (limited to 'home-manager/home.nix')
-rw-r--r--home-manager/home.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/home.nix b/home-manager/home.nix
index 814678a..d25cdfb 100644
--- a/home-manager/home.nix
+++ b/home-manager/home.nix
@@ -1,10 +1,10 @@
-{ pkgs, inputs, hyprland-plugins, ... } @ args :
+{ pkgs, hyprland-plugins, ... } @ args :
# let
# home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz";
# unstable = import <nixpkgs-unstable>{};
# in
let
- ns = pkgs.writeShellScriptBin "ns" (builtins.readFile "${inputs.nix-search-tv}/nixpkgs.sh");
+ ns = pkgs.writeShellScriptBin "ns" (builtins.readFile ../resources/nix-search-tv.sh);
in {
imports = [
./default.nix