This commit is contained in:
KoenDR06 2025-03-02 18:48:06 +01:00
parent a079c6c67b
commit 177e5d7e36
2 changed files with 3 additions and 3 deletions

View file

@ -27,11 +27,11 @@ in {
shellAliases = { shellAliases = {
clone-dotfiles = "cp -r /home/horseman/nix-config/config/dotfiles/.\* /home/horseman/"; clone-dotfiles = "cp -r /home/horseman/nix-config/config/dotfiles/.\* /home/horseman/";
rebuild = "nix fmt && clone-dotfiles && sudo nixos-rebuild switch --flake"; rebuild = "sudo nix fmt && clone-dotfiles && sudo nixos-rebuild switch --flake";
update = "sudo nix flake update && rebuild"; update = "sudo nix flake update && rebuild";
compose = "sudo docker compose"; compose = "sudo docker compose";
wolpc = "wakeonlan D8:5E:D3:A8:B1:0A"; wolpc = "wakeonlan D8:5E:D3:A8:B1:0A";
capture-config = "nix run github:pjones/plasma-manager > ~/nix-config/home-manager/plasma.nix"; capture-config = "nix run github:pjones/plasma-manager > ~/nix-config/modules/wm/plasma/default.nix";
reboot-to-windows = "sudo efibootmgr -n 0000"; reboot-to-windows = "sudo efibootmgr -n 0000";
mkdir = "mkdir -p"; mkdir = "mkdir -p";
}; };

View file

@ -233,7 +233,7 @@
"plasmashell"."switch to next activity" = []; "plasmashell"."switch to next activity" = [];
"plasmashell"."switch to previous activity" = []; "plasmashell"."switch to previous activity" = [];
"plasmashell"."toggle do not disturb" = []; "plasmashell"."toggle do not disturb" = [];
"services/alacritty.desktop"."_launch" = "Alt+Q"; "services/kitty.desktop"."_launch" = "Alt+Q";
"services/lookandfeeltool-4.desktop"."_launch" = "Ctrl+F12"; "services/lookandfeeltool-4.desktop"."_launch" = "Ctrl+F12";
"services/org.kde.konsole.desktop"."_launch" = []; "services/org.kde.konsole.desktop"."_launch" = [];
"services/org.kde.plasma-systemmonitor.desktop"."_launch" = ["Ctrl+Shift+Esc" "Meta+Esc"]; "services/org.kde.plasma-systemmonitor.desktop"."_launch" = ["Ctrl+Shift+Esc" "Meta+Esc"];