mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 04:13:55 -05:00
moved sound to system/
This commit is contained in:
parent
2cdc0bb175
commit
8739621b9e
|
@ -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
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./sound
|
||||
];
|
||||
}
|
|
@ -4,6 +4,7 @@
|
|||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./network
|
||||
./sound
|
||||
];
|
||||
|
||||
# Set your time zone.
|
||||
|
|
Loading…
Reference in a new issue