chore: fix formatting
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
7d2190a8f0
commit
31d52c2e6a
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ in {
|
||||||
# HACK: Inherit home-manager environment variables in lieu of upstream fix
|
# HACK: Inherit home-manager environment variables in lieu of upstream fix
|
||||||
# https://github.com/nix-community/home-manager/issues/2659
|
# https://github.com/nix-community/home-manager/issues/2659
|
||||||
# https://github.com/YaLTeR/niri/wiki/Configuration:-Miscellaneous#environment
|
# 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 = {
|
cursor = {
|
||||||
hide-after-inactive-ms = 1000 * 15; # Milliseconds
|
hide-after-inactive-ms = 1000 * 15; # Milliseconds
|
||||||
|
|
Loading…
Reference in a new issue