feat: pa-notify and libvirtd configuration
added virt-manager and libvirtd for VMs added pa-notify autostart command for volume notification
This commit is contained in:
parent
71de8c08a0
commit
ab9b248551
5 changed files with 20 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
|||
file = {"wallpaper.jpg".source = ./assets/nixos-wallpaper.jpg;};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
prismlauncher
|
||||
protonvpn-gui
|
||||
devenv
|
||||
vlc
|
||||
|
|
|
@ -40,10 +40,13 @@
|
|||
];
|
||||
bind = let
|
||||
terminalCmd = "${pkgs.foot}/bin/foot -f 'BlexMono Nerd Font:size=12' -o colors.alpha=0.85 ${config.myShells.defaultShell}";
|
||||
screenshotLocation = "/home/${config.myUserName}/Screenshots/$(date '+%Y-%m-%d-%H-%M-%S').png";
|
||||
in
|
||||
[
|
||||
"$mod SHIFT, L, exec, ${pkgs.hyprlock}/bin/hyprlock --immediate"
|
||||
|
||||
"$mod SHIFT, Print, exec, ${pkgs.grimblast}/bin/grimblast copysave output ${screenshotLocation}"
|
||||
"$mod, Print, exec, ${pkgs.grimblast}/bin/grimblast copysave area ${screenshotLocation}"
|
||||
", Print, exec, ${pkgs.grimblast}/bin/grimblast copy area"
|
||||
|
||||
# special workspace keybinds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue