6 lines
172 B
Nix
6 lines
172 B
Nix
{...}: {
|
|
programs.niri.settings.spawn-at-startup = [
|
|
# open fastfetch by default
|
|
{argv = ["kitty" "--title" "'fastfetch'" "sh" "-c" "'fastfetch; read'"];}
|
|
];
|
|
}
|