Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix: proper naming for packages in generator
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Apr 28, 2024
1 parent 3f2717a commit 85b33d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generators/main.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const meta = new Dynamic {
}
modules {
shared = List("packages", "files", "scripts", "bling", "services")
fx = List("apps", "flatpaks", "audinux")
fx = List("packages", "flatpaks", "audinux")
nvidia = List()
amd = List("packages", "scripts")
gnome = List("apps")
plasma = List("apps", "scripts", "files")
gnome = List("packages")
plasma = List("packages", "scripts", "files")
misc = List(new Mapping {
["type"] = "yafti"
}, new Mapping {
Expand Down

0 comments on commit 85b33d6

Please sign in to comment.