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.
|
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
# wget
|
# wget
|
||||||
pkgs.brave
|
pkgs.brave
|
||||||
|
pkgs.kitty
|
||||||
|
pkgs.swww
|
||||||
|
pkgs.rofi-wayland
|
||||||
|
pkgs.waybar
|
||||||
|
pkgs.dunst
|
||||||
pkgs.firefox
|
pkgs.firefox
|
||||||
pkgs.lf
|
pkgs.lf
|
||||||
pkgs.networkmanagerapplet
|
pkgs.networkmanagerapplet
|
||||||
|
@ -151,6 +156,7 @@
|
||||||
# Enabling wayland
|
# Enabling wayland
|
||||||
# programs.sway.enable = true;
|
# programs.sway.enable = true;
|
||||||
xdg.portal.enable = true;
|
xdg.portal.enable = true;
|
||||||
|
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||||
# services.xserver.wayland.enable = true;
|
# services.xserver.wayland.enable = true;
|
||||||
|
|
||||||
# Enabling awesome WM
|
# Enabling awesome WM
|
||||||
|
@ -171,7 +177,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.sessionVariables = {
|
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
|
NIXOS_OZONE_WL = "1"; # hint electron apps to use wayland
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -183,7 +189,7 @@
|
||||||
|
|
||||||
|
|
||||||
# Enabling Pipewire for Audio Support
|
# Enabling Pipewire for Audio Support
|
||||||
# services.pipewire.enable = true;
|
services.pipewire.enable = true;
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
#Hardwarebeschleunigung f@r wayland
|
#Hardwarebeschleunigung f@r wayland
|
||||||
|
|
Loading…
Reference in a new issue