Install more packages

This commit is contained in:
Valentin Brandl
2022-02-18 17:12:39 +01:00
parent 0bd17fc562
commit 96f5e9f15c
9 changed files with 71 additions and 16 deletions

View File

@ -21,20 +21,23 @@ user:
./neovim.nix
./nextcloud.nix
./pasystray.nix
./photography.nix
./picom.nix
./polybar.nix
./programs.nix
./qt.nix
./redshift.nix
./reversing.nix
./rofi.nix
./rust.nix
./signal.nix
./telegram.nix
./thunderbird.nix
./tor.nix
./tmux.nix
./tor.nix
./xdg.nix
./zathura.nix
./zoom.nix
./zsh.nix
];
}

6
home/photography.nix Normal file
View File

@ -0,0 +1,6 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
darktable
rawtherapee
];
}

7
home/reversing.nix Normal file
View File

@ -0,0 +1,7 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
gdb
ghidra-bin
radare2
];
}

View File

@ -1,5 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
element-desktop
signal-desktop
];
}

5
home/zoom.nix Normal file
View File

@ -0,0 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
zoom-us
];
}