mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: matrix appservices and weechat setup
This commit is contained in:
parent
468c9bc811
commit
4b0a194abb
37 changed files with 850 additions and 334 deletions
|
|
@ -16,13 +16,13 @@ in {
|
|||
sharedModules = with tree;
|
||||
[
|
||||
modules.home
|
||||
inputs.hyprlock.homeManagerModules.default
|
||||
inputs.hypridle.homeManagerModules.default
|
||||
home.profiles.common
|
||||
#inputs.hyprlock.homeManagerModules.default
|
||||
#inputs.hypridle.homeManagerModules.default
|
||||
]
|
||||
++ list.optional (tree.${systemType} ? home) tree.${systemType}.home;
|
||||
|
||||
users.kat.imports = with tree.home.profiles; [
|
||||
common
|
||||
];
|
||||
|
||||
extraSpecialArgs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue