fix package imports
This commit is contained in:
parent
65e0b4932e
commit
635b33eb97
21 changed files with 60 additions and 51 deletions
|
@ -16,7 +16,7 @@ in
|
|||
# environment.systemPackages = [
|
||||
# pkgs.minecract
|
||||
# ];
|
||||
user.packages = attrValues {
|
||||
home-manager.users.${user}.home.packages = attrValues {
|
||||
inherit (pkgs) modrinth-app prismlauncher;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue