refactor para nuevo sistema de shenvs

This commit is contained in:
Fabián Montero 2022-08-25 22:50:38 -06:00
parent 8f48524a76
commit d102de290e
14 changed files with 225 additions and 195 deletions

View file

@ -1,2 +1,7 @@
{ lib, pkgs, ... }:
with lib; {}
{ lib, pkgs, ... } :
with lib;
{
systemd.user.tmpfiles.rules = [
"d %t/tmp 0700 fabian fabian 24h"
];
}