mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
move "nr" script
This commit is contained in:
parent
de4de96e4b
commit
97b8badcb3
2 changed files with 2 additions and 2 deletions
|
@ -41,6 +41,8 @@
|
|||
|
||||
(writeShellScriptBin "nix-roots" "nix-store --gc --print-roots | grep -v ^/proc/")
|
||||
|
||||
(writeShellScriptBin "nr" "exec nix repl \"$(nix eval nixpkgs#path)\"")
|
||||
|
||||
(writeShellScriptBin "pip-install" "exec python -m ensurepip --user")
|
||||
|
||||
(writeScriptBin "zram-ratio" ''
|
||||
|
|
|
@ -29,8 +29,6 @@ with lib;
|
|||
tdesktop
|
||||
youtube-dl
|
||||
|
||||
(writeShellScriptBin "nr" "exec nix repl \"$(nix eval nixpkgs#path)\"")
|
||||
|
||||
(mpv-with-scripts.override { scripts = [ mpvScripts.mpris ]; })
|
||||
|
||||
(vscode-with-extensions.override {
|
||||
|
|
Loading…
Reference in a new issue