refactor sys-modules

This commit is contained in:
2024-10-19 14:52:29 +02:00
parent b95ebd8efc
commit dfa623f370
9 changed files with 62 additions and 61 deletions

View File

@@ -2,6 +2,7 @@
...
}: {
imports = [
./tools.nix
./zsh.nix
];
}

View 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"
];
}