mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Compare commits
No commits in common. "dbc2ec790c954ba684d90c5bf7b4a2d13a0d7cdf" and "679f33aa0d15c6a796d40119531c788ffc0697e6" have entirely different histories.
dbc2ec790c
...
679f33aa0d
@ -12,19 +12,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa = {
|
||||
enable = true;
|
||||
support32Bit = true;
|
||||
};
|
||||
pulse = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Flatpak
|
||||
#services = {
|
||||
# flatpak = {
|
||||
|
||||
@ -9,7 +9,6 @@ in
|
||||
modules.nixos.secureboot
|
||||
modules.common.module
|
||||
modules.nixos.secrets
|
||||
modules.nixos.desktop.bluetooth
|
||||
modules.nixos.gaming.amd
|
||||
modules.nixos.gaming.starCitizen
|
||||
modules.nixos.gaming.steam
|
||||
|
||||
@ -26,7 +26,6 @@
|
||||
desktop = {
|
||||
lightDM = ./nixos/desktop/lightDM.nix;
|
||||
xfce = ./nixos/desktop/xfce.nix;
|
||||
bluetooth = ./nixos/desktop/bluetooth.nix;
|
||||
};
|
||||
gaming = {
|
||||
amd = ./nixos/gaming/amd.nix;
|
||||
|
||||
@ -1,16 +0,0 @@
|
||||
{
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
General = {
|
||||
Experimental = true;
|
||||
};
|
||||
Policy = {
|
||||
AutoEnable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.blueman.enable = true;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user