[NixOS] Control what is enabled per machine with module options
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
../full.nix
|
||||
../kat.nix
|
||||
../configuration.nix
|
||||
];
|
||||
|
||||
features.full.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
linuxPackages_latest.perf
|
||||
zenmonitor
|
||||
|
||||
Reference in New Issue
Block a user