finding hyprland.conf error
This commit is contained in:
@@ -40,9 +40,11 @@ in
|
|||||||
// hyprlandConfs;
|
// hyprlandConfs;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Manually copy files using a shell command
|
# Create a derivation to copy files
|
||||||
system.activationScripts.copyHyprlandFiles = ''
|
environment.systemPackages = with pkgs; [
|
||||||
mkdir -p ~/.config/hypr/
|
(pkgs.writeShellScriptBin "copy-hyprland-files" ''
|
||||||
cp ${flakeRoot}/assets/hyprland/conf/hypr/* ~/.config/hypr/
|
mkdir -p ~/.config/hypr/
|
||||||
'';
|
cp ${flakeRoot}/assets/hyprland/conf/hypr/* ~/.config/hypr/
|
||||||
|
'')
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user