nix/index.nix

15 lines
189 B
Nix
Raw Permalink Normal View History

2024-04-23 22:00:39 +00:00
{ config, lib, pkgs, ... }:
{
imports = [
./locale.nix
./system.nix
./desktop.nix
./user.nix
./networking.nix
./home.nix
./services.nix
./logi.nix
];
}