refactor sys-modules
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./tools.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
||||
|
||||
28
modules/home/zsh/tools.nix
Normal file
28
modules/home/zsh/tools.nix
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
pkgs
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
bat
|
||||
firefox
|
||||
fzf
|
||||
git
|
||||
htop
|
||||
killall
|
||||
neofetch
|
||||
nil
|
||||
nix-search-cli
|
||||
nixpkgs-fmt
|
||||
pass
|
||||
poetry
|
||||
python311Packages.radian
|
||||
ranger
|
||||
thefuck
|
||||
vim
|
||||
w3m
|
||||
wget
|
||||
youtube-dl
|
||||
];
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"python3.11-youtube-dl-2021.12.17"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user