diff --git a/configuration.nix b/configuration.nix index 9735a66..0e014e0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -138,6 +138,9 @@ in { LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [ fontconfig freetype + libGL + libxkbcommon + wayland ]; }; @@ -152,6 +155,9 @@ in { curl expat fontconfig + wayland + libGL + libxkbcommon ]; security.rtkit.enable = true; services.pipewire = { @@ -190,6 +196,9 @@ in { pinentryFlavor = "gnome3"; }; + virtualisation.virtualbox.host.enable = true; + users.extraGroups.vboxusers.members = [ "svante" ]; + services.dbus.packages = [ pkgs.gcr ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; diff --git a/dotfiles/hypr/hyprland.conf b/dotfiles/hypr/hyprland.conf index c767ff6..c55536c 100644 --- a/dotfiles/hypr/hyprland.conf +++ b/dotfiles/hypr/hyprland.conf @@ -118,7 +118,7 @@ bind = $mainMod, R, exec, fuzzel bind = $mainMod, D, exec, dmenu_path | fuzzel -d | sh bind = $mainMod SHIFT, P, exec, ~/scripts/password-select.sh bind = $mainMod SHIFT, U, exec, ~/scripts/usernames.sh -bind = $mainMod SHIFT, S, exec, grimblast save area ss.png +bind = $mainMod SHIFT, S, exec, grimblast save area ss.png && wl-copy < ss.png bind = $mainMod SHIFT, R, forcerendererreload bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, F, fakefullscreen