Changes
This commit is contained in:
parent
a079c6c67b
commit
177e5d7e36
2 changed files with 3 additions and 3 deletions
|
|
@ -27,11 +27,11 @@ in {
|
|||
|
||||
shellAliases = {
|
||||
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";
|
||||
compose = "sudo docker compose";
|
||||
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";
|
||||
mkdir = "mkdir -p";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -233,7 +233,7 @@
|
|||
"plasmashell"."switch to next activity" = [];
|
||||
"plasmashell"."switch to previous activity" = [];
|
||||
"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/org.kde.konsole.desktop"."_launch" = [];
|
||||
"services/org.kde.plasma-systemmonitor.desktop"."_launch" = ["Ctrl+Shift+Esc" "Meta+Esc"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue