mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
10 lines
225 B
Nix
10 lines
225 B
Nix
{
|
|
currentUser = {
|
|
defaultShell = "zsh";
|
|
defaultTerminal = "ghostty";
|
|
defaultTerminalRunner = "alacritty";
|
|
iconTheme = "Papirus";
|
|
defaultExplorer = "dolphin";
|
|
defaultTerminalExplorer = "yazi";
|
|
};
|
|
}
|