Add threema submodule

This commit is contained in:
Fabian Hauser 2022-04-11 15:28:30 +02:00
parent 4064593e44
commit 66092ec8e5
11 changed files with 66 additions and 58 deletions

View file

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