mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
13 lines
150 B
Nix
13 lines
150 B
Nix
|
{ lib, gui, ... }: {
|
||
|
|
||
|
imports = [
|
||
|
./audio.nix
|
||
|
./boot.nix
|
||
|
./keyboard.nix
|
||
|
./monitors.nix
|
||
|
./mouse.nix
|
||
|
./networking.nix
|
||
|
];
|
||
|
|
||
|
}
|