mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 02:36:19 +00:00
misc
This commit is contained in:
parent
8e81a4a3da
commit
131c255d4c
6 changed files with 30 additions and 6 deletions
5
nixcfgs/modules/home/linux.nix
Normal file
5
nixcfgs/modules/home/linux.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{config, ...}: {
|
||||
systemd.user.tmpfiles.rules = [
|
||||
"d ${config.xdg.dataHome}/gnupg 0700 ${config.home.username} users -"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue