1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00
This commit is contained in:
RGBCube 2023-10-21 11:39:24 +03:00
parent c46a34a102
commit b13dfe685d
No known key found for this signature in database
2 changed files with 2 additions and 29 deletions

View file

@ -1,27 +0,0 @@
*
!machines/
!machines/enka/
!machines/enka/bat/
!machines/enka/discord/
!machines/enka/docker/
!machines/enka/firefox/
!machines/enka/git/
!machines/enka/helix/
!machines/enka/networkmanager/
!machines/enka/nushell/
!machines/enka/openttd/
!machines/enka/pipewire/
!machines/enka/python/
!machines/enka/steam/
!machines/enka/xserver/
!flake.lock
!.editorconfig
!.gitignore
!*.lua
!*.md
!*.nu
!*.nix
!*.sh

View file

@ -13,13 +13,13 @@ let-env ENV_CONVERSIONS = {
}
}
let-env NU_LIB_DIRS = [
$env.NU_LIB_DIRS = [
($nu.config-path
| path dirname
| path join 'scripts')
]
let-env NU_PLUGIN_DIRS = [
$env.NU_PLUGIN_DIRS = [
($nu.config-path
| path dirname
| path join 'plugins')