add comma to wheatley
This commit is contained in:
parent
11ed1c665a
commit
a8f1fd4bc7
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue