mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added screenshot alias
This commit is contained in:
parent
6f81b30e06
commit
43ca30abd1
2 changed files with 2 additions and 0 deletions
1
home.nix
1
home.nix
|
@ -58,6 +58,7 @@ let
|
||||||
firefox # Internet access
|
firefox # Internet access
|
||||||
freerdp # RDP client
|
freerdp # RDP client
|
||||||
pkgs-stable.flameshot # screenshot utility
|
pkgs-stable.flameshot # screenshot utility
|
||||||
|
pkgs-stable.grim pkgs-stable.slurp pkgs-stable.wl-clipboard # DIY wayland screenshots
|
||||||
pkgs-stable.frei0r # kdenlive video plugins
|
pkgs-stable.frei0r # kdenlive video plugins
|
||||||
pkgs-stable.godot_4
|
pkgs-stable.godot_4
|
||||||
pkgs-stable.helvum # audio sink gui control
|
pkgs-stable.helvum # audio sink gui control
|
||||||
|
|
|
@ -46,6 +46,7 @@ in
|
||||||
rm = "rmtrash";
|
rm = "rmtrash";
|
||||||
open-config = "cd ~/Documents/nicks-nix-config; nvim";
|
open-config = "cd ~/Documents/nicks-nix-config; nvim";
|
||||||
switch-to-windows = "sudo grub-reboot 1; sudo reboot";
|
switch-to-windows = "sudo grub-reboot 1; sudo reboot";
|
||||||
|
screenshot = "grim -d \"$(slurp -d)\" - | wl-copy -t image/png";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue