From 1758a0f710ccdd87279d8a5fd978e08a9296c07f Mon Sep 17 00:00:00 2001 From: Forestcat Date: Sun, 26 Nov 2023 20:37:25 +0100 Subject: [PATCH] added sound and stuff for hyprland --- nixos/configuration.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e678be5..6a4ef50 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -92,6 +92,11 @@ # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget pkgs.brave + pkgs.kitty + pkgs.swww + pkgs.rofi-wayland + pkgs.waybar + pkgs.dunst pkgs.firefox pkgs.lf pkgs.networkmanagerapplet @@ -151,6 +156,7 @@ # Enabling wayland # programs.sway.enable = true; xdg.portal.enable = true; + xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; # services.xserver.wayland.enable = true; # Enabling awesome WM @@ -171,7 +177,7 @@ }; environment.sessionVariables = { - # WLR_NO_HARDWARE_CURSORS = "1"; # if mouse cursor invisible + WLR_NO_HARDWARE_CURSORS = "1"; # if mouse cursor invisible NIXOS_OZONE_WL = "1"; # hint electron apps to use wayland }; @@ -183,7 +189,7 @@ # Enabling Pipewire for Audio Support - # services.pipewire.enable = true; + services.pipewire.enable = true; nix.settings.experimental-features = [ "nix-command" "flakes" ]; #Hardwarebeschleunigung f@r wayland