mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: add screenshot
This commit is contained in:
parent
addf8f9c7a
commit
5f91edf32f
1 changed files with 4 additions and 5 deletions
9
home.nix
9
home.nix
|
@ -92,7 +92,9 @@
|
|||
usbutils # lsusb
|
||||
wl-clipboard
|
||||
rofi-wayland
|
||||
grimblast
|
||||
grim
|
||||
slurp
|
||||
swappy
|
||||
|
||||
# messaging apps
|
||||
vesktop
|
||||
|
@ -124,10 +126,6 @@
|
|||
catppuccin.enable = true;
|
||||
};
|
||||
|
||||
catppuccin = {
|
||||
flavor = "macchiato";
|
||||
};
|
||||
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
|
@ -192,6 +190,7 @@
|
|||
|
||||
"$mod, A, exec, pkill -x rofi || rofi -show drun"
|
||||
|
||||
"$mod, P, exec, grim -g \"$(slurp)\" - | swappy -f -"
|
||||
];
|
||||
bindm = [
|
||||
"$mod, mouse:272, movewindow"
|
||||
|
|
Loading…
Reference in a new issue