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