about summary refs log tree commit diff
path: root/modules/system/packages
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/packages')
-rw-r--r--modules/system/packages/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/packages/default.nix b/modules/system/packages/default.nix
index 3747f6e..d260f20 100644
--- a/modules/system/packages/default.nix
+++ b/modules/system/packages/default.nix
@@ -13,7 +13,7 @@ in {
     curl
     dmidecode
     ethtool
-    flameGraph
+    flamegraph
     git
     htop
     hwdata
@@ -44,7 +44,7 @@ in {
     usbutils
     vim
     wget
-    wireguard
+    wireguard-tools
   ];
 
   programs.bcc.enable = true;