From 8294331674d2b016d6271e7bdb31ab1926fcb762 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 17 Jan 2022 19:10:13 +0100 Subject: machines/sternenseemann/wolfgang: install nextcloud-client --- modules/user/sternenseemann/services/sway.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules') 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 = '' -- cgit 1.4.1