mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
Email, nvim->vim, torrenting fixes, musical rice
This commit is contained in:
parent
7d899adde6
commit
f16cf48dd6
18 changed files with 328 additions and 47 deletions
|
|
@ -1,7 +1,11 @@
|
|||
{ sources, ... }:
|
||||
|
||||
{
|
||||
disabledModules = [
|
||||
"programs/vim.nix"
|
||||
];
|
||||
imports = [
|
||||
./vim.nix
|
||||
(sources.tf-nix + "/modules/home/secrets.nix")
|
||||
(sources.arc-nixexprs + "/modules/home/weechat.nix")
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue