mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2025-01-08 10:17:29 +01:00
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
|
|
];
|
|
|
|
|
|
}
|