fmt: reformatted using nixpkgs-fmt prettifier mpd: created configuration hypr: add window rules commons: add usingMusicPlayerDaemon variable
8 lines
152 B
Nix
8 lines
152 B
Nix
{ pkgs, config }:
|
|
let
|
|
term = config.defaultApplications.terminal;
|
|
shell = config.myShells.defaultShell;
|
|
in
|
|
[
|
|
"${term} --title=autorun ${shell}"
|
|
]
|