Skip to content

Commit 6c7bec6

Browse files
committed
Add the funny scratch shell command
1 parent 72a9452 commit 6c7bec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

home-manager/home.nix

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
nxedit = "${config.home.sessionVariables.EDITOR} ${config.xdg.configHome}/nix";
104104
getLargest = "${lib.getExe pkgs.fd} -t file . --exec ls -s | sort -nr | head-n20";
105105
dev = "nix develop --command ${lib.getExe pkgs.fish}";
106+
scratch = ''systemd-run --property=PrivateTmp=true --description "scratch shell" --user --collect --shell --working-dir "/var/tmp"'';
106107
};
107108
};
108109

0 commit comments

Comments
 (0)