add pfetch-rs

This commit is contained in:
ark-lamp-umbrella 2024-04-11 18:34:13 -07:00
parent ece7987913
commit 4f14f6d135
Signed by: ark-lamp-umbrella
GPG Key ID: 15E48F7B97025652
1 changed files with 3 additions and 2 deletions

View File

@ -147,7 +147,8 @@ in
/* The home.stateVersion option does not have a default and must be set */
home.stateVersion = "24.05";
/* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */
home.packages = [
home.packages = [
pkgs.bun # bun js runtime
pkgs.elixir # elixir lang
pkgs.blender # blender 3d tool
@ -160,7 +161,7 @@ in
pkgs.erlang-ls # erlang lsp
pkgs.zls # zig lsp
pkgs.nil # nix lsp
pkgs.conky
pkgs.pfetch-rs
];
services = {
dunst = {