finding hyprland.conf error

This commit is contained in:
2026-03-15 12:10:48 +00:00
parent 84966cbeb1
commit 086c818991
+4 -6
View File
@@ -38,13 +38,11 @@ in
};
}
// hyprlandConfs;
};
# Create a derivation to copy files
environment.systemPackages = with pkgs; [
(pkgs.writeShellScriptBin "copy-hyprland-files" ''
# Use a postBuild hook to copy files
postBuild = ''
mkdir -p ~/.config/hypr/
cp ${flakeRoot}/assets/hyprland/conf/hypr/* ~/.config/hypr/
'')
];
'';
};
}