diff options
| author | schererleander <leander@schererleander.de> | 2025-12-12 11:58:37 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-12-12 11:58:37 +0100 |
| commit | 5a5f09ce5813d76b3f9d3c48a6924a2d991d7566 (patch) | |
| tree | dde4850802fbcab0cd172c91b7bbe5c41e600c39 /hosts/adam/configuration.nix | |
| parent | dc14a6885438637dbdf1f611f3a3bb19e8493557 (diff) | |
remove old home.nix and merge into configuration.nix
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"; }; |
