WIP mobile, broken build
This commit is contained in:
parent
b506e8af60
commit
4a03eb9193
14 changed files with 95 additions and 82 deletions
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
# wrappers.steam = {
|
||||
# basePackage = pkgs.steam;
|
||||
# env.MANGOHUD.value = "1";
|
||||
# };
|
||||
}
|
|
@ -9,7 +9,7 @@
|
|||
(inputs.wrapper-manager.lib {
|
||||
inherit pkgs;
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = with dirUtils; dirFiles ".nix" ./common ++ opt isDesktop (dirFiles ".nix" ./common-desktop);
|
||||
modules = with dirUtils; dirFiles ".nix" ./common ++ opt isDesktop (dirFiles ".nix" ./desktop);
|
||||
})
|
||||
.config.build.toplevel
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue