about summary refs log tree commit diff
path: root/home/profiles/research/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-18 17:42:46 +0900
committersefidel <contact@sefidel.net>2022-01-18 17:43:44 +0900
commit03945b655652d63467c1fd91184070dc5e9c5d95 (patch)
tree11ee176da33a09aa35bd0efa62379233bdd3231e /home/profiles/research/default.nix
parent7a372ed81256ce5d6aa608be9bebe173ab4e042e (diff)
downloadnixrc-03945b655652d63467c1fd91184070dc5e9c5d95.tar.gz
nixrc-03945b655652d63467c1fd91184070dc5e9c5d95.zip
chore: fix formatting
Diffstat (limited to 'home/profiles/research/default.nix')
-rw-r--r--home/profiles/research/default.nix2
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.";