mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
konawall package removal, rustfmt override
This commit is contained in:
parent
ee6b3cd875
commit
df4a036ef0
7 changed files with 498 additions and 30 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./rustfmt.nix
|
||||
./packages.nix
|
||||
./cookiecutter.nix
|
||||
./emacs.nix
|
||||
|
|
|
|||
15
config/users/kat/dev/rustfmt.nix
Normal file
15
config/users/kat/dev/rustfmt.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
xdg.configFile."rustfmt/rustfmt.toml".text = ''
|
||||
# SPDX-FileCopyrightText: V <v@anomalous.eu>
|
||||
# SPDX-License-Identifier: OSL-3.0
|
||||
|
||||
hard_tabs = true
|
||||
imports_granularity = "One"
|
||||
'';
|
||||
|
||||
home.packages = with pkgs; [
|
||||
rustfmt
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue