mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
12 lines
171 B
Nix
12 lines
171 B
Nix
{ config, pkgs, lib, ... }:
|
|
with lib;
|
|
{
|
|
imports = [
|
|
./general.nix
|
|
./developer.nix
|
|
./multimedia.nix
|
|
./plasma.nix
|
|
./games.nix
|
|
./browser.nix
|
|
];
|
|
}
|