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

View file

@ -5,7 +5,7 @@
nixpkgs.overlays = [ self.overlay ];
imports = [ ./steam ./desktop ];
imports = [ ./desktop ./steam ./systemd ];
home = {
stateVersion = "21.11"; # No tocar esto

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

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