Add cliphist and flameshot
This commit is contained in:
parent
0ffe2da740
commit
6f22133ff1
1 changed files with 10 additions and 1 deletions
11
home.nix
11
home.nix
|
@ -12,6 +12,8 @@
|
|||
#pkgs.cinny-desktop
|
||||
pkgs.firefox
|
||||
pkgs.kate
|
||||
pkgs.cliphist
|
||||
pkgs.flameshot
|
||||
pkgs.godot_4
|
||||
pkgs.filezilla
|
||||
pkgs.libsForQt5.lightly
|
||||
|
@ -227,6 +229,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.cliphist = {
|
||||
enable = true;
|
||||
allowImages = true;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
KUBECONFIG = "/home/insert/Desktop/k3s.yaml";
|
||||
|
@ -298,7 +305,9 @@
|
|||
#"''${modifier}+Return" = "exec ${cfg.config.terminal}";
|
||||
"${modifier}+c" = "kill";
|
||||
"${modifier}+r" = "exec ${config.wayland.windowManager.sway.config.menu}";
|
||||
"${modifier}+p" = "exec grim -g \"\$(slurp)\" - | wl-copy";
|
||||
#"${modifier}+p" = "exec grim -g \"\$(slurp)\" - | wl-copy";
|
||||
"${modifier}+p" = "exec flameshot gui";
|
||||
"${modifier}+o" = "exec cliphist list | wofi -S dmenu | cliphist decode | wl-copy";
|
||||
"${modifier}+v" = "floating toggle";
|
||||
};
|
||||
startup = [
|
||||
|
|
Loading…
Reference in a new issue