about summary refs log tree commit diff
path: root/modules/profiles/dev
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2024-12-17 02:04:27 +0300
committerazahi <azat@bahawi.net>2024-12-17 02:04:27 +0300
commit1ae038a0a86348074b422ea87c03836b0962af67 (patch)
treeae56c73c01b4777e3e24a22c2d67943706997cf0 /modules/profiles/dev
parent2024-12-02 (diff)
2024-12-17 HEAD master
Diffstat (limited to 'modules/profiles/dev')
-rw-r--r--modules/profiles/dev/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/profiles/dev/default.nix b/modules/profiles/dev/default.nix
index 4d85168..af151a1 100644
--- a/modules/profiles/dev/default.nix
+++ b/modules/profiles/dev/default.nix
@@ -11,7 +11,8 @@ in
 {
   imports = attrValues (modulesIn ./.);
 
-  options.nixfiles.modules.profiles.dev.enable = mkEnableOption "Catch-all profile for stuff related to software development and etc.";
+  options.nixfiles.modules.profiles.dev.enable =
+    mkEnableOption "Catch-all profile for stuff related to software development and etc.";
 
   config = mkIf cfg.enable {
     nixfiles.modules = {

Consider giving Nix/NixOS a try! <3