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