nixos-config/home-manager/stvnliu/hypr/hyprland/hypr_autostart.nix

8 lines
146 B
Nix

{ config }:
let
term = config.defaultApplications.terminal;
shell = config.myShells.defaultShell;
in
[
"${term} --title=autorun ${shell}"
]