mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-19 15:06:15 +02:00
9 lines
95 B
Nix
9 lines
95 B
Nix
{ config, lib, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./code.nix
|
|
./neovim.nix
|
|
./emacs
|
|
];
|
|
}
|