infrastructure/depot/modules/home/default.nix

15 lines
384 B
Nix

{ sources, ... }:
{
disabledModules = [ "programs/vim.nix" ];
imports = with (import (sources.arcexprs + "/modules")).home-manager; [ base16 syncplay konawall i3gopher weechat shell ]
++ [
(import (sources.katexprs + "/modules")).home
./vim.nix
./fvwm.nix
./deploy.nix
./theme.nix
./secrets.nix
(sources.tf-nix + "/modules/home/secrets.nix")
];
}