This commit is contained in:
2026-02-20 00:10:40 +01:00
commit 166d152536
9 changed files with 193 additions and 0 deletions

18
modules/packages.nix Normal file
View File

@@ -0,0 +1,18 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
gh
fastfetch
neovim
fd
duf
gdu
tealdeer
grim
slurp
wl-clipboard
mako
bc
];
}