Changes
4 changed files (+2/-2)
-
-
@@ -226,7 +226,6 @@''; }; # https://unnamed.website/posts/switch-virtual-keyboard/ systemd.user.services.switch-virtual-keyboard = { wantedBy = [ "default.target" ]; path = with pkgs; [ kdePackages.kconfig ];
-
-
-
@@ -1,3 +1,4 @@# https://unnamed.website/posts/switch-virtual-keyboard/ function switch_virtual_keyboard echo Starting $argv[1] kwriteconfig6 --file kwinrc --group Wayland --key InputMethod /run/current-system/sw/share/applications/$argv[1]
-
-
-
@@ -218,7 +218,6 @@# I couldn't figure out how to set cache-root for cgit, so instead symlink it tmpfiles.rules = [ "L /var/cache/cgit - - - - /var/tmp" ]; # Update Git mirrors # I could use the find command but this is more readable services.update-mirrors = { wantedBy = [ "multi-user.target" ]; serviceConfig = {
-
-
-
@@ -1,3 +1,4 @@# I could use the find command but this is more readable function update-mirrors if test -f $argv[1]/description cd $argv[1]
-