diff options
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index c98d0b6..02cd660 100644 --- a/configuration.nix +++ b/configuration.nix @@ -119,6 +119,7 @@ #hugo #python-pip #wireguard-tools + python3 ]; }; @@ -197,9 +198,10 @@ vim = "${pkgs.neovim}/bin/nvim"; }; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. - # programs.mtr.enable = true; + programs.mtr.enable = true; # programs.gnupg.agent = { # enable = true; # enableSSHSupport = true; |