home-manager/modules
Naïm Favier 5eb2102aef
gpg: create homedir with 700 permissions (#2823)
It can happen in some cases that home-manager first runs before gpg
creates its homedir, and it creates it with 755 permissions which the
user then needs to change by hand.

Do this in the module instead: before linking files, make sure the
homedir exists, and if it doesn't, create it with the right permissions.

(cherry picked from commit 399a3dfeaf)
2022-04-26 12:35:48 +02:00
..
accounts email: add fastmail.com email flavor (#2457) 2021-11-14 00:07:23 +01:00
config Move platform check into modules 2021-07-18 20:43:22 +02:00
i18n/input-method Replace usage of literalExample 2021-10-13 00:16:10 +02:00
lib types: fix dagOf behaviour with mkIf 2022-04-26 12:34:13 +02:00
lib-bash nix: add support for nix profile 2022-04-11 23:10:26 +02:00
misc taskwarrior: clean up news entry 2021-11-25 08:32:19 +01:00
programs gpg: create homedir with 700 permissions (#2823) 2022-04-26 12:35:48 +02:00
services swaynag: add module 2021-11-21 18:37:50 +01:00
targets generic-linux: add system fpaths for zsh 2021-09-07 23:47:49 +02:00
default.nix modules: don't reference deprecated stdenv.lib (#1770) 2021-02-01 09:52:05 -05:00
files.nix nix: add support for nix profile 2022-04-11 23:10:26 +02:00
home-environment.nix nix: add support for nix profile 2022-04-11 23:10:26 +02:00
manual.nix docs: rename "doc" directory to "docs" 2021-08-17 19:35:11 +02:00
modules.nix swaynag: add module 2021-11-21 18:37:50 +01:00
systemd-activate.rb Revert "systemd: use sd-switch" 2020-08-04 19:38:14 +02:00
systemd-activate.sh Revert "systemd: use sd-switch" 2020-08-04 19:38:14 +02:00
systemd.nix systemd: do not install systemd files when user is root (#2454) 2021-11-23 01:06:43 -05:00
xcursor.nix Replace usage of literalExample 2021-10-13 00:16:10 +02:00
xresources.nix Replace usage of literalExample 2021-10-13 00:16:10 +02:00
xsession.nix Replace usage of literalExample 2021-10-13 00:16:10 +02:00