We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a9452 commit 6c7bec6Copy full SHA for 6c7bec6
home-manager/home.nix
@@ -103,6 +103,7 @@
103
nxedit = "${config.home.sessionVariables.EDITOR} ${config.xdg.configHome}/nix";
104
getLargest = "${lib.getExe pkgs.fd} -t file . --exec ls -s | sort -nr | head-n20";
105
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"'';
107
};
108
109
0 commit comments