chore: spring cleaning
purge unused files fmt according to alejandra syntax
This commit is contained in:
parent
72381b3f46
commit
b60c28d972
6 changed files with 31 additions and 7 deletions
|
@ -10,5 +10,6 @@
|
|||
./discord.nix
|
||||
./wayland-utils.nix
|
||||
./pentesting.nix
|
||||
./dev.nix
|
||||
];
|
||||
}
|
||||
|
|
9
home-manager/stvnliu/packages/dev.nix
Normal file
9
home-manager/stvnliu/packages/dev.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
wget
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue