chore: spring cleaning

purge unused files
fmt according to alejandra syntax
This commit is contained in:
Zhongheng Liu 2024-12-17 00:51:29 +02:00
commit b60c28d972
Signed by: steven
GPG key ID: 805A28B071DAD84B
6 changed files with 31 additions and 7 deletions

View file

@ -10,5 +10,6 @@
./discord.nix
./wayland-utils.nix
./pentesting.nix
./dev.nix
];
}

View file

@ -0,0 +1,9 @@
{
pkgs,
config,
...
}: {
home.packages = with pkgs; [
wget
];
}