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