Commit 5bf6858f846b

Vincent Demeester <vincent@sbr.pm>
2020-05-11 19:24:37
wakasu: enable openshift and add withXwidgets (emacs)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent fa43fba
Changed files (1)
machines
machines/wakasu.nix
@@ -19,6 +19,7 @@
   profiles.dev = {
     go.enable = true;
   };
+  profiles.emacs.withXwidgets = true;
   profiles.finances.enable = true;
   profiles.laptop.enable = true;
   profiles.media.enable = true;
@@ -33,6 +34,7 @@
     kind = true;
     nr = true;
   };
+  profiles.containers.openshift.enable = true;
   programs = {
     google-chrome.enable = true;
     podman.enable = true;