From e912a3d2f232d63e1bf462db82b6f397d2468446 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Wed, 22 May 2024 22:30:23 +0200 Subject: [PATCH] Added a zsh alias to capture the current KDE Plasma configuration --- pkgs/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/zsh.nix b/pkgs/zsh.nix index 9707a0f..8a4eee5 100644 --- a/pkgs/zsh.nix +++ b/pkgs/zsh.nix @@ -14,6 +14,7 @@ update = "sudo nixos-rebuild switch --flake"; compose = "sudo docker compose"; wolpc = "wakeonlan D8:5E:D3:A8:B1:0"; + capture-config = "nix run github:pjones/plasma-manager > ~/nix-config/home-manager/plasma-conf.txt" }; ohMyZsh = {