15 lines
179 B
Nix
15 lines
179 B
Nix
|
{ config, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./bluetooth
|
||
|
./keymaps
|
||
|
./nvidia
|
||
|
./pipewire
|
||
|
./plymouth
|
||
|
./printing
|
||
|
|
||
|
# Common configuration
|
||
|
./system.nix
|
||
|
];
|
||
|
}
|