mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
modules/home: Generalised for all users, arc-nixexprs use compacted
This commit is contained in:
parent
731aeba2b1
commit
2431834380
3 changed files with 3 additions and 13 deletions
|
|
@ -2,14 +2,9 @@
|
|||
|
||||
{
|
||||
disabledModules = [ "programs/vim.nix" ];
|
||||
imports = [
|
||||
imports = with (import (sources.arc-nixexprs + "/modules")).home-manager; [ base16 syncplay konawall i3gopher weechat ] ++ [
|
||||
./vim.nix
|
||||
./deploy-tf
|
||||
(sources.tf-nix + "/modules/home/secrets.nix")
|
||||
(import (sources.arc-nixexprs + "/modules")).home-manager.base16
|
||||
(import (sources.arc-nixexprs + "/modules")).home-manager.syncplay
|
||||
(import (sources.arc-nixexprs + "/modules")).home-manager.konawall
|
||||
(import (sources.arc-nixexprs + "/modules")).home-manager.i3gopher
|
||||
(sources.arc-nixexprs + "/modules/home/weechat.nix")
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue