Skip to content

Commit

Permalink
fixing recipes missing a dash on type section
Browse files Browse the repository at this point in the history
  • Loading branch information
Heus-Sueh committed Aug 22, 2024
1 parent ee97feb commit b7503d8
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 41 deletions.
70 changes: 35 additions & 35 deletions recipes/developer.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
modules:
# some good packages
type: rpm-ostree
install:
- neovim
- code
- gcc
- genisoimage
- ddcutil
- flatpak-builder
# Terminal Tools
- fastfetch
- tealdeer
- ugrep
- ripgrep
- zoxide
- zsh
- yq
- fd-find
- eza
- direnv
- android-tools
# Net and VPN
- tailscale
# Virtual Machine
- libvirt
- virt-manager
- virt-viewer
- qemu
- qemu-char-spice
- qemu-device-display-virtio-gpu
- qemu-device-display-virtio-vga
- qemu-device-usb-redirect
- qemu-img
- qemu-system-x86-core
- qemu-user-binfmt
- qemu-user-static
- type: rpm-ostree
install:
- neovim
- code
- gcc
- genisoimage
- ddcutil
- flatpak-builder
# Terminal Tools
- fastfetch
- tealdeer
- ugrep
- ripgrep
- zoxide
- zsh
- yq
- fd-find
- eza
- direnv
- android-tools
# Net and VPN
- tailscale
# Virtual Machine
- libvirt
- virt-manager
- virt-viewer
- qemu
- qemu-char-spice
- qemu-device-display-virtio-gpu
- qemu-device-display-virtio-vga
- qemu-device-usb-redirect
- qemu-img
- qemu-system-x86-core
- qemu-user-binfmt
- qemu-user-static
13 changes: 7 additions & 6 deletions recipes/gaming.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
modules:
# some good packages
type: rpm-ostree
install:
- gamemode
- mangohud
- lutris
- umu-launcher
- type: rpm-ostree
install:
- gamescope
- gamemode
- mangohud
- lutris
- umu-launcher

0 comments on commit b7503d8

Please sign in to comment.