mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
moving towards modules...
This commit is contained in:
parent
32bf78aa36
commit
f911f3f44d
18 changed files with 288 additions and 237 deletions
23
common.nix
23
common.nix
|
|
@ -34,28 +34,6 @@ _: {
|
|||
"kmsconvt@tty1".enable = false;
|
||||
};
|
||||
|
||||
#hardware stuff
|
||||
hardware = {
|
||||
enableRedistributableFirmware = true;
|
||||
opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
};
|
||||
#sound settings
|
||||
security.rtkit.enable = true;
|
||||
sound.enable = lib.mkForce false; #disable alsa
|
||||
hardware.pulseaudio.enable = lib.mkForce false; #disable pulseAudio
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
audio.enable = true;
|
||||
wireplumber.enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
networking = {
|
||||
firewall = {
|
||||
enable = true;
|
||||
|
|
@ -91,5 +69,4 @@ _: {
|
|||
};
|
||||
};
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
services.gvfs.enable = true; #gvfs for pcmanfm
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue