finding hyprland.conf error
This commit is contained in:
@@ -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/
|
||||
'')
|
||||
];
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user