misc changes

This commit is contained in:
Gerg-L 2023-03-20 16:51:48 -04:00
parent 661de99fe8
commit 331a21e2e2
3 changed files with 9 additions and 11 deletions

View file

@ -24,13 +24,11 @@ in {
config = mkMerge [
(
mkIf (! cfg.gpuAcceleration.disable) {
hardware = {
opengl = {
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
};
}
)
(mkIf (! cfg.sound.disable) {
@ -41,8 +39,10 @@ in {
enable = true;
audio.enable = true;
wireplumber.enable = true;
alsa.enable = true;
alsa.support32Bit = true;
alsa = {
enable = true;
support32Bit = true;
};
pulse.enable = true;
jack.enable = true;
};

View file

@ -7,7 +7,6 @@ _: {pkgs, ...}: {
pkgs.alsa-utils #volume control
pkgs.xclip #commandline clipboard access
pkgs.bottom #view tasks
pkgs.bc #terminal calculator
pkgs.nix-tree #view packages
pkgs.nix-output-monitor
];

View file

@ -18,7 +18,6 @@
VISUAL = "nvim";
PAGER = "page";
SYSTEMD_PAGERSECURE = "true";
TERMINAL = "st";
DIRENV_LOG_FORMAT = "";
};
shellAliases = {