6 lines
114 B
Nix
6 lines
114 B
Nix
{...}: {
|
|
home.file.".config/hypr/hyprpaper.conf" = {
|
|
source = builtins.toPath ./config/biscuit.conf;
|
|
};
|
|
}
|