moved sound to system/

This commit is contained in:
Aly Raffauf 2024-03-01 23:58:43 -05:00
parent 2cdc0bb175
commit 8739621b9e
4 changed files with 1 additions and 10 deletions

View file

@ -27,7 +27,6 @@
./hosts/rustboro
./system
./flatpak
./hardware
./desktop/gnome
./programs/podman
./programs/steam
@ -55,7 +54,6 @@
./hosts/petalburg
./system
./flatpak
./hardware
./desktop/gnome
./programs/podman
./programs/steam

View file

@ -1,8 +0,0 @@
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./sound
];
}

View file

@ -4,6 +4,7 @@
imports =
[ # Include the results of the hardware scan.
./network
./sound
];
# Set your time zone.