Fix vscodium
This commit is contained in:
parent
6f193464dc
commit
038d6fb302
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
./home-manager/gtk.nix
|
||||
./home-manager/vscode.nix
|
||||
./home-manager/firefox.nix
|
||||
{stylix.targets.hyprland.enable = false;}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
environment.systemPackages = with dirUtils; [
|
||||
(inputs.wrapper-manager.lib.build {
|
||||
inherit pkgs;
|
||||
modules = dirFiles ./common ++ opt isDesktop (dirFiles ./common-desktop);
|
||||
modules = dirFiles ./common ++ opt false (dirFiles ./common-desktop);
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue