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