trying to get hyprland to latest latest version to fix crashing windows... it did not work
This commit is contained in:
parent
7f706e870e
commit
85b427cb12
12 changed files with 1090 additions and 69 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
hyprland,
|
||||
hyprlandPkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -33,6 +35,10 @@ in
|
|||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.backupFileExtension = "bak";
|
||||
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit hyprland hyprlandPkgs;
|
||||
};
|
||||
|
||||
home-manager.users = lib.mapAttrs' (name: userConfig: {
|
||||
inherit name;
|
||||
value = userConfig // {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue