fixed audio issue

This commit is contained in:
biscuit
2025-05-13 18:31:56 -05:00
parent 2576eacb6b
commit eef4be887a
+16 -7
View File
@@ -18,10 +18,6 @@
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
services.blueman.enable = true; services.blueman.enable = true;
# Sound
hardware.pulseaudio.enable = true;
# Set your time zone. # Set your time zone.
time.timeZone = "America/Chicago"; time.timeZone = "America/Chicago";
@@ -68,20 +64,33 @@
gcc gcc
]; ];
environment.sessionVariables = {
};
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; services.openssh.enable = true;
# Enable non-bash shell # Enable non-bash shell
programs.zsh.enable = true; programs.zsh.enable = true;
# Enable hyprland ### ----------------------------------------
### DESKTOP START
hardware = {
# pulseaudio.enable = true;
graphics.enable = true;
nvidia.modesetting.enable = false;
};
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
# set the flake package
# package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; # package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
# # make sure to also set the portal package, so that they are in sync
# portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; # portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
xwayland.enable = true;
}; };
### DESKTOP END
### ----------------------------------------
# Enable experimental features # Enable experimental features
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
#nixpkgs = { #nixpkgs = {