added sound and stuff for hyprland
This commit is contained in:
parent
a0161c5c3c
commit
1758a0f710
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue