diff --git a/home/dev/default.nix b/home/dev/default.nix index cd16c07..08ae319 100644 --- a/home/dev/default.nix +++ b/home/dev/default.nix @@ -11,8 +11,31 @@ ]; home.packages = with pkgs; [ - pulumi-bin + neovim + + file + pciutils # lspci + usbutils # lsusb + + btop + bottom + htop + lsof + lm_sensors + powertop + procs + + libqalculate jq + + unzip + unrar-wrapper + p7zip + atool + + fastfetch + hyfetch ]; + } diff --git a/home/dev/terminal.nix b/home/dev/terminal.nix index 70a68ed..b4cb3fd 100644 --- a/home/dev/terminal.nix +++ b/home/dev/terminal.nix @@ -12,6 +12,9 @@ inputs.nix-index-database.hmModules.nix-index ]; + # TODO: consider starship for prompt + # https://starship.rs/ + # NOTE: for fish, I need the # system to have programs.fish.enable = true; # so that the shell integration can find the nix binary properly. diff --git a/home/work/default.nix b/home/work/default.nix index e7e0baa..e8ededc 100644 --- a/home/work/default.nix +++ b/home/work/default.nix @@ -1,6 +1,13 @@ { + pkgs, + ... +}: { imports = [ ./xfreerdp.nix ./git.nix ]; + + home.packages = with pkgs; [ + pulumi-bin + ]; } \ No newline at end of file