Reenable threema submodules

This commit is contained in:
Fabian Hauser 2022-04-18 21:38:26 +02:00
parent ae4e8b3386
commit 5e7ce85348
4 changed files with 74 additions and 53 deletions

View file

@ -1,11 +1,11 @@
{ config, pkgs, lib, /*threemaModules,*/ nixosConfig, ... }: {
{ config, pkgs, lib, threemaModules, nixosConfig, ... }: {
imports = [
./multimedia.nix
./applications
./mimetypes.nix
./games.nix
# threemaModules.home
threemaModules.home
];
home.stateVersion = nixosConfig.system.stateVersion;
systemd.user.targets.tray = {