add t14 sys platform
This commit is contained in:
parent
b64c85e314
commit
e6a8a66432
8 changed files with 260 additions and 2 deletions
10
home/platforms/fabian@t14/systemd/default.nix
Normal file
10
home/platforms/fabian@t14/systemd/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; {
|
||||
systemd.user.tmpfiles.rules = [
|
||||
"d %t/tmp 0700 fabian fabian 24h"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue