diff options
Diffstat (limited to 'nixos/common.nix')
-rw-r--r-- | nixos/common.nix | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index 25b87eb..ce33b7b 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -113,11 +113,16 @@ in keep-derivations = true ''; - environment.systemPackages = with pkgs; [ - home-manager - + fonts.fonts = with pkgs; [ profont symbola + ipafont + hanazono + takao + ]; + + environment.systemPackages = with pkgs; [ + home-manager vim nixfmt @@ -153,6 +158,7 @@ in clang rustc rustfmt + rust-analyzer cargo clippy rclone |