repo restructure

This commit is contained in:
TheWanderingCrow 2024-12-24 12:34:03 -05:00
parent f9f2c6dbdd
commit a6e3e9f66e
3 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,5 @@
{
config = {
hardware.pulseaudio.support32Bit = true;
services.pipewire = {
enable = true;
@ -6,4 +7,5 @@
alsa.support32Bit = true;
pulse.enable = true;
};
};
}

View file

@ -1,5 +1,5 @@
{
boot.loader = {
config.boot.loader = {
systemd-boot.enable = true;
efi = {
canTouchEfiVariables = true;

View file

@ -1,3 +1,3 @@
{
networking.networkmanager.enable = true;
config.networking.networkmanager.enable = true;
}