feat: add nixedit command
open nixconf folder using the default editor
This commit is contained in:
parent
2efc22b67e
commit
80e24b3134
2 changed files with 3 additions and 0 deletions
|
@ -112,6 +112,7 @@
|
||||||
scripts = with import ./scripts { inherit pkgs; }; [
|
scripts = with import ./scripts { inherit pkgs; }; [
|
||||||
screenshot
|
screenshot
|
||||||
set-background
|
set-background
|
||||||
|
nixedit
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
scripts ++ pk;
|
scripts ++ pk;
|
||||||
|
|
|
@ -26,4 +26,6 @@
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
nixedit = pkgs.writers.writeFishBin "nixedit" "env --chdir ~/.nixconf $EDITOR .";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue