TODO: Temp. disable threema modules

This commit is contained in:
Fabian Hauser 2022-04-17 10:20:06 +02:00
parent 729bbb35f2
commit 71c29737fe
3 changed files with 7 additions and 28 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 = {