13 lines
152 B
Nix
13 lines
152 B
Nix
|
{ config, pkgs, lib, ... }:
|
||
|
{
|
||
|
imports =
|
||
|
[
|
||
|
./base.nix
|
||
|
../packages/vim.nix
|
||
|
../home/code.nix
|
||
|
../packages/steam.nix
|
||
|
];
|
||
|
|
||
|
|
||
|
}
|