diff options
Diffstat (limited to 'home/profiles/research')
-rw-r--r-- | home/profiles/research/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index 0c57f06..8acecfe 100644 --- a/home/profiles/research/default.nix +++ b/home/profiles/research/default.nix @@ -3,7 +3,7 @@ let cfg = config.profiles.research; in { imports = [ ../../modules/programs/nixpkgs ]; - + options.profiles.research = { enable = lib.mkEnableOption "A profile that enables the system to be used for researching various topics."; |