made module categories
This commit is contained in:
parent
8acff72cca
commit
7b5e0d34e7
30 changed files with 51 additions and 24 deletions
15
modules/services/default.nix
Normal file
15
modules/services/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./dunst
|
||||
./emacs
|
||||
./agenix.nix
|
||||
./diskstation.nix
|
||||
./picom.nix
|
||||
];
|
||||
|
||||
home-manager.users.moritz.services = {
|
||||
kdeconnect.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue