mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
11 lines
126 B
Nix
11 lines
126 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./core.nix
|
|
./user.nix
|
|
./desktop.nix
|
|
./dev.nix
|
|
./shell
|
|
];
|
|
}
|