dotfiles/modules/services/default.nix

16 lines
206 B
Nix
Raw Normal View History

2021-09-14 20:55:50 +02:00
{ config, lib, pkgs, ... }:
{
imports = [
./dunst
2021-09-14 23:01:04 +02:00
./diskstation
2021-09-14 20:55:50 +02:00
./emacs
./agenix.nix
./picom.nix
];
home-manager.users.moritz.services = {
kdeconnect.enable = true;
};
}