From a8f1fd4bc7c2ffaa3bc784fc3f3986ddc5352416 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 7 Dec 2024 01:21:59 +0100 Subject: [PATCH] add comma to wheatley --- nixos/hosts/wheatley/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 3fec99d..ee431bb 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -24,6 +24,11 @@ }) ]; + # Allow executing of anything on the system with a , eg: , python executes python from the nix store even if not in $PATH currently + programs.command-not-found.enable = lib.mkForce false; + programs.nix-index.enable = true; + programs.nix-index-database.comma.enable = true; + services.automatic-timezoned.enable = true; #Set up sops config, and configure where the keyfile is, then set the mode for the unencrypted keys