mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Improve formatting
This commit is contained in:
parent
6c63fb8d6d
commit
de7855ade5
3 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
syncthing.enable = true;
|
syncthing.enable = true;
|
||||||
nix-helper.enable = true;
|
nix-helper.enable = true;
|
||||||
auto-gc.enable = true;
|
auto-gc.enable = true;
|
||||||
night-light.enable = true;
|
night-light.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
syncthing.enable = true;
|
syncthing.enable = true;
|
||||||
nix-helper.enable = true;
|
nix-helper.enable = true;
|
||||||
auto-gc.enable = true;
|
auto-gc.enable = true;
|
||||||
night-light.enable = true;
|
night-light.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
file = "p10k.zsh";
|
file = "p10k.zsh";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
initExtraFirst = ''
|
initExtraFirst = ''
|
||||||
(( ''${+commands[direnv]} )) && emulate zsh -c "$(direnv export zsh)"
|
(( ''${+commands[direnv]} )) && emulate zsh -c "$(direnv export zsh)"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue