summaryrefslogtreecommitdiffstats
path: root/hjem.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hjem.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/hjem.nix b/hjem.nix
index a0d90a9..300ac0a 100644
--- a/hjem.nix
+++ b/hjem.nix
@@ -39,6 +39,17 @@
lazygit
librewolf
btop
+
+ (pkgs.writeShellScriptBin "surf.sh" (
+ builtins.readFile (
+ pkgs.replaceVars ./dotfiles/surf/surf.sh {
+ dmenu = pkgs.dmenu;
+ xprop = pkgs.xprop;
+ gnused = pkgs.gnused;
+ coreutils = pkgs.coreutils;
+ }
+ )
+ ))
];
};