mirror of
https://github.com/RGBCube/ncc
synced 2025-08-02 04:57:45 +00:00
Compare commits
No commits in common. "b4919a59901ea380eb55559d4395ea09c336fa03" and "f4cda80d94aa834a68ac5f48e6622fab27d24386" have entirely different histories.
b4919a5990
...
f4cda80d94
3 changed files with 2 additions and 4 deletions
|
@ -4,7 +4,6 @@ in {
|
|||
environment.systemPackages = attrValues {
|
||||
inherit (pkgs)
|
||||
difftastic
|
||||
jjui
|
||||
mergiraf
|
||||
radicle-node
|
||||
;
|
||||
|
|
|
@ -63,7 +63,7 @@ in {
|
|||
|
||||
home-manager.sharedModules = [{
|
||||
programs.nushell.configFile.text = mkAfter /* nu */ ''
|
||||
def --wrapped * [program: string = "", ...arguments] {
|
||||
def --wrapped nr [program: string = "", ...arguments] {
|
||||
if ($program | str contains "#") or ($program | str contains ":") {
|
||||
nix run $program -- ...$arguments
|
||||
} else {
|
||||
|
@ -71,7 +71,7 @@ in {
|
|||
}
|
||||
}
|
||||
|
||||
def --wrapped > [...programs] {
|
||||
def --wrapped ns [...programs] {
|
||||
nix shell ...($programs | each {
|
||||
if ($in | str contains "#") or ($in | str contains ":") {
|
||||
$in
|
||||
|
|
|
@ -19,7 +19,6 @@ in {
|
|||
p7zip
|
||||
pstree
|
||||
rsync
|
||||
sd
|
||||
timg
|
||||
tokei
|
||||
typos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue