home: add systemd module

This commit is contained in:
Fabián Montero 2022-08-12 20:10:14 -06:00
parent d1ba6fb468
commit ee40d63c3b
2 changed files with 3 additions and 1 deletions

2
home/systemd/default.nix Normal file
View file

@ -0,0 +1,2 @@
{ lib, pkgs, ... }:
with lib; {}