Files
old-nixos-dotfiles/system/default.nix
2025-03-07 17:04:41 +09:00

20 lines
235 B
Nix

{ pkgs, ... }: {
imports = [
./audio
./bluetooth
./inputMethods
./kernel
./locale
./network
./nix
./opengl
./time
./users
./services
./vnc
./wm
./env.nix
./utils.nix
];
}