nixfmt + zsh changes

This commit is contained in:
kat witch 2021-08-23 03:34:06 +01:00
parent 7db50fa82b
commit 59dcb0c998
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
4 changed files with 43 additions and 45 deletions

View file

@ -2,11 +2,11 @@
{
xdg.configFile."rustfmt/rustfmt.toml".text = ''
# SPDX-FileCopyrightText: V <v@anomalous.eu>
# SPDX-License-Identifier: OSL-3.0
# SPDX-FileCopyrightText: V <v@anomalous.eu>
# SPDX-License-Identifier: OSL-3.0
hard_tabs = true
imports_granularity = "One"
hard_tabs = true
imports_granularity = "One"
'';
home.packages = with pkgs; [