about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2024-05-10 16:13:59 +0100
committerdevhell <devhell@mailfresser.de>2024-05-10 16:13:59 +0100
commit70b732f69c9f1bdb02008d398cc448b41f39e422 (patch)
treedc5d9030abf9b1ba628d91199e2706cae03f9cb8
parent7f725858d5fcf271a3b0eedf5a064ed396540352 (diff)
profiles/base: fix my idiocy
-rw-r--r--modules/user/devhell/profiles/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index c1aaafc4..776a764e 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -61,7 +61,7 @@ in {
     ];
 
     programs = {
-      singularity = true;
+      singularity.enable = true;
       dconf.enable = true;
       iftop.enable = true;
       iotop.enable = true;