diff options
Diffstat (limited to 'hosts/adam/configuration.nix')
| -rw-r--r-- | hosts/adam/configuration.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/adam/configuration.nix b/hosts/adam/configuration.nix index c4153c8..20fa160 100644 --- a/hosts/adam/configuration.nix +++ b/hosts/adam/configuration.nix @@ -67,7 +67,15 @@ mpv zoxide + + noto-fonts-cjk-sans + noto-fonts-emoji ]; + + programs.zsh.shellAliases = { + open = "xdg-open"; + }; + home.stateVersion = "25.11"; }; |
