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