Add threema submodule
This commit is contained in:
parent
4064593e44
commit
66092ec8e5
11 changed files with 66 additions and 58 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue