Add nushell to /etc/shells

This commit is contained in:
Gerald Pinder
2025-01-05 11:08:59 -05:00
parent 97b174665a
commit 56e33212e9
2 changed files with 8 additions and 5 deletions

View File

@@ -2,7 +2,6 @@
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
modules: modules:
- type: dnf - type: dnf
# source: local
source: ghcr.io/blue-build/modules/dnf:dnf-module source: ghcr.io/blue-build/modules/dnf:dnf-module
optfix: optfix:
- brave.com - brave.com
@@ -31,8 +30,10 @@ modules:
- fontconfig - fontconfig
- nu - nu
- https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm - https://downloads.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm
- type: script
snippets:
- echo "/usr/bin/nu" >> /etc/shells
- type: systemd - type: systemd
user: user:
enabled: enabled:
- syncthing - syncthing
# - from-file: common/ms-fonts.yml

View File

@@ -1,10 +1,9 @@
--- ---
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
modules: modules:
- type: script
snippets:
- rpm --import https://brave-browser-rpm-release.s3.brave.com/brave-core.asc
- type: rpm-ostree - type: rpm-ostree
keys:
- https://brave-browser-rpm-release.s3.brave.com/brave-core.asc
optfix: optfix:
- brave.com - brave.com
repos: repos:
@@ -25,6 +24,9 @@ modules:
- syncthing - syncthing
- fish - fish
- nu - nu
- type: script
snippets:
- echo "/usr/bin/nu" >> /etc/shells
- type: systemd - type: systemd
user: user:
enabled: enabled: