Add nushell to /etc/shells
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user