mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
9 lines
108 B
Nix
9 lines
108 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
home.file.".config/herbstluftwm/autostart".source = ./autostart;
|
|
}
|