Install more packages
This commit is contained in:
@ -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
6
home/photography.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
darktable
|
||||
rawtherapee
|
||||
];
|
||||
}
|
7
home/reversing.nix
Normal file
7
home/reversing.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
gdb
|
||||
ghidra-bin
|
||||
radare2
|
||||
];
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
element-desktop
|
||||
signal-desktop
|
||||
];
|
||||
}
|
||||
|
5
home/zoom.nix
Normal file
5
home/zoom.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
zoom-us
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user