From: Patrick Date: Wed, 12 Nov 2025 11:34:13 +0000 (+0100) Subject: changes X-Git-Url: https://gitweb.ps.run/flake_thinkpad/commitdiff_plain/32df65dc7b376bdd96168a4e9f098ff60f276a3d?ds=sidebyside changes --- diff --git a/configuration.nix b/configuration.nix index 73a06b4..99cd8be 100644 --- a/configuration.nix +++ b/configuration.nix @@ -183,7 +183,7 @@ in systemd.user.services.plasma-i3wm = { wantedBy = [ "plasma-workspace-x11.target" ]; - before = [ "plasma-workspace-x11.target" ]; + # before = [ "plasma-workspace-x11.target" ]; description = "Launch Plasma with i3"; environment = lib.mkForce {}; serviceConfig = { @@ -191,7 +191,7 @@ in Restart = "on-failure"; }; }; - # systemd.user.services.plasma-workspace-x11.after = [ "plasma-i3wm.target" ]; + systemd.user.services.plasma-workspace-x11.after = [ "plasma-i3wm.target" ]; systemd.user.services.plasma-kwin_x11.enable = false; services.autorandr = { @@ -397,6 +397,7 @@ in asciinema asciinema-agg shellify deno + typst scrcpy diff --git a/home-common.nix b/home-common.nix index 33f7303..37ab7b4 100644 --- a/home-common.nix +++ b/home-common.nix @@ -50,6 +50,7 @@ nnoremap r :lua vim.lsp.buf.rename() nnoremap n :bnext nnoremap m :bprevious + nnoremap za noremap y "+y noremap p "+p noremap "+