diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-13 21:26:13 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-13 21:26:13 -0600 |
| commit | ec5b7daaae4518abd376d4210ebc87de12d9c2b6 (patch) | |
| tree | 86c8de000ac43d3962df29ebfe6f20463b5e07c1 /home-manager | |
| parent | 5411b3709efc67ee1973a91495b84979803fbdd9 (diff) | |
need just the shell script, and need to modify it, so no need for flake
Diffstat (limited to 'home-manager')
| -rw-r--r-- | home-manager/home.nix | 4 |
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 |
