about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-01-17 19:10:13 +0100
committersternenseemann <sternenseemann@systemli.org>2022-01-17 19:10:31 +0100
commit8294331674d2b016d6271e7bdb31ab1926fcb762 (patch)
tree08e81196d3473ead1eaae6d57bcb27984d7b459d /modules/user
parent8054172e2be6d76e7628e30403c3ea0ca2a78ec9 (diff)
machines/sternenseemann/wolfgang: install nextcloud-client
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/sternenseemann/services/sway.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/user/sternenseemann/services/sway.nix b/modules/user/sternenseemann/services/sway.nix
index 3366e689..b125e2c2 100644
--- a/modules/user/sternenseemann/services/sway.nix
+++ b/modules/user/sternenseemann/services/sway.nix
@@ -113,6 +113,14 @@ in {
           Whether to automatically start sway when logging in on tty1.
         '';
       };
+
+      extraConfig = lib.mkOption {
+        type = lib.types.lines;
+        default = "";
+        description = ''
+          Additional lines to append to the configuration.
+        '';
+      };
     };
   };
 
@@ -271,6 +279,8 @@ in {
             urgent_workspace   $urg   $urg   $act
           }
         }
+
+        ${cfg.extraConfig}
       '';
 
       "xdg/i3status/config".text = ''