mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
10 lines
282 B
Nix
10 lines
282 B
Nix
{ sources, ... }:
|
|
|
|
{
|
|
disabledModules = [ "programs/vim.nix" ];
|
|
imports = with (import (sources.nixexprs + "/modules")).home-manager; [ base16 syncplay konawall i3gopher weechat shell ] ++ [
|
|
./vim.nix
|
|
./deploy-tf
|
|
(sources.tf-nix + "/modules/home/secrets.nix")
|
|
];
|
|
}
|