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 ./hosts/rustboro
./system ./system
./flatpak ./flatpak
./hardware
./desktop/gnome ./desktop/gnome
./programs/podman ./programs/podman
./programs/steam ./programs/steam
@ -55,7 +54,6 @@
./hosts/petalburg ./hosts/petalburg
./system ./system
./flatpak ./flatpak
./hardware
./desktop/gnome ./desktop/gnome
./programs/podman ./programs/podman
./programs/steam ./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 = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./network ./network
./sound
]; ];
# Set your time zone. # Set your time zone.