1
1
Fork 0

chore: fix formatting

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-12-24 10:24:32 -05:00
parent 7d2190a8f0
commit 31d52c2e6a
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -26,7 +26,9 @@ in {
# HACK: Inherit home-manager environment variables in lieu of upstream fix
# https://github.com/nix-community/home-manager/issues/2659
# https://github.com/YaLTeR/niri/wiki/Configuration:-Miscellaneous#environment
environment = mapAttrs (name: value: builtins.toString value) config.home-manager.users.${config.custom.username}.home.sessionVariables;
environment =
mapAttrs (name: value: toString value)
config.home-manager.users.${config.custom.username}.home.sessionVariables;
cursor = {
hide-after-inactive-ms = 1000 * 15; # Milliseconds