fix sound
This commit is contained in:
@@ -19,9 +19,13 @@
|
||||
hardware.asahi.enable = true;
|
||||
hardware.asahi.useExperimentalGPUDriver = true;
|
||||
hardware.asahi.peripheralFirmwareDirectory = ./firmware;
|
||||
hardware.asahi.setupAsahiSound = true;
|
||||
|
||||
sound.enable = true;
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.configurationLimit = 3;
|
||||
boot.loader.efi.canTouchEfiVariables = false;
|
||||
|
||||
apps.discover-wrapped.enable = true;
|
||||
@@ -39,15 +43,11 @@
|
||||
enable = true;
|
||||
|
||||
desktopManager.gnome.enable = false;
|
||||
|
||||
# Enable the Plasma 6 Desktop Environment.
|
||||
displayManager = {
|
||||
sddm.enable = true;
|
||||
# defaultSession = "plasma";
|
||||
gdm.enable = false;
|
||||
};
|
||||
displayManager.gdm.enable = false;
|
||||
};
|
||||
|
||||
|
||||
displayManager.sddm.enable = true;
|
||||
desktopManager.plasma6.enable = true;
|
||||
|
||||
# enable auto discovery of printers
|
||||
@@ -75,11 +75,15 @@
|
||||
#minecraft
|
||||
prismlauncher
|
||||
#vmware-horizon-client
|
||||
distrobox
|
||||
podman
|
||||
];
|
||||
};
|
||||
|
||||
programs.java.enable = true;
|
||||
|
||||
virtualisation.containers.enable = true;
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
@@ -87,6 +91,10 @@
|
||||
wget
|
||||
];
|
||||
|
||||
environment.sessionVariables = rec {
|
||||
DBX_CONTAINER_MANAGER = "podman";
|
||||
};
|
||||
|
||||
# Copy the NixOS configuration file and link it from the resulting system
|
||||
# (/run/current-system/configuration.nix). This is useful in case you
|
||||
# accidentally delete configuration.nix.
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
programs.command-not-found.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nixfmt
|
||||
nixfmt-rfc-style
|
||||
deadnix
|
||||
gnomeExtensions.dash-to-dock
|
||||
gnomeExtensions.arcmenu
|
||||
|
||||
Reference in New Issue
Block a user