mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-06-17 02:06:32 +05:30
refactor(hardware): reorganize module structure
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
imports = with config.flake.modules.nixos; [
|
||||
boot
|
||||
hardware
|
||||
networking
|
||||
desktop
|
||||
virtualisation
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
flake.modules.nixos.desktop = {
|
||||
|
||||
flake.modules.nixos.hardware = {
|
||||
security.rtkit.enable = true;
|
||||
|
||||
services.pipewire = {
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
flake.modules.nixos.desktop = {
|
||||
flake.modules.nixos.hardware = {
|
||||
hardware = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
Reference in New Issue
Block a user