mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:19:42 +00:00
Add killall package
This commit is contained in:
parent
8390c54639
commit
21cf34330e
|
@ -13,5 +13,6 @@ _: {
|
|||
./network.nix
|
||||
./bluetooth.nix
|
||||
./localisation.nix
|
||||
./packages.nix
|
||||
];
|
||||
}
|
||||
|
|
8
system/shared/packages.nix
Normal file
8
system/shared/packages.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
killall
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue