mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
nixfmt + zsh changes
This commit is contained in:
parent
7db50fa82b
commit
59dcb0c998
4 changed files with 43 additions and 45 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue