moar
This commit is contained in:
9
modules/collections/laptop.nix
Normal file
9
modules/collections/laptop.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{pkgs, config, ...}:
|
||||
{
|
||||
kop = {
|
||||
cli-tools.enable = true;
|
||||
tmpfs.enable = true;
|
||||
wireshark.enable = true;
|
||||
virt-manager.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user