diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2024-09-30 21:25:07 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2024-09-30 21:25:07 -0500 |
commit | f818819a6630b450e5f6b229a1b87d8ece5d51fa (patch) | |
tree | df602ffd6724276237518f413db070e6eebfcff6 /configuration.nix | |
parent | 0add5015707a6bed6d96abdc7ae582c04454a347 (diff) | |
download | nixos-f818819a6630b450e5f6b229a1b87d8ece5d51fa.tar.xz nixos-f818819a6630b450e5f6b229a1b87d8ece5d51fa.zip |
arkenfox in ff + update userchrome and ui etc
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; |