about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2024-05-10 15:34:12 +0100
committerdevhell <devhell@mailfresser.de>2024-05-10 15:34:12 +0100
commit7f725858d5fcf271a3b0eedf5a064ed396540352 (patch)
treedf5a73d5523979110084ebc00e4094f560369720
parent9a9482a5b98978353e8335d238d9934d2691ddc9 (diff)
profiles/base: add singularity
Need to build a container. Yay.
-rw-r--r--modules/user/devhell/profiles/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index 3ce8828e..c1aaafc4 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -61,6 +61,7 @@ in {
     ];
 
     programs = {
+      singularity = true;
       dconf.enable = true;
       iftop.enable = true;
       iotop.enable = true;