13 lines
139 B
Nix
13 lines
139 B
Nix
|
|
{ config, pkgs, lib, ... }:
|
||
|
|
|
||
|
|
{
|
||
|
|
import = [
|
||
|
|
./graphics
|
||
|
|
./networking
|
||
|
|
./pipewire
|
||
|
|
./polkit
|
||
|
|
./sops-nix
|
||
|
|
./system
|
||
|
|
];
|
||
|
|
}
|