mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
Add killall package
This commit is contained in:
parent
8390c54639
commit
21cf34330e
|
@ -13,5 +13,6 @@ _: {
|
||||||
./network.nix
|
./network.nix
|
||||||
./bluetooth.nix
|
./bluetooth.nix
|
||||||
./localisation.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