home: include tools from main nix config, only include pulumi-bin on
work config
This commit is contained in:
parent
0aa28a90f2
commit
2e7fe703c8
3 changed files with 34 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./xfreerdp.nix
|
||||
./git.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pulumi-bin
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue