diff options
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/profiles/headful.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nixos/profiles/headful.nix b/modules/nixos/profiles/headful.nix index 795c4c3..ac1a735 100644 --- a/modules/nixos/profiles/headful.nix +++ b/modules/nixos/profiles/headful.nix @@ -98,6 +98,7 @@ in { }; programs = { + dconf.enable = true; iftop.enable = true; mtr.enable = true; }; |