mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Move to recursiveMod, nixdirfmt
This commit is contained in:
parent
3a4458eae5
commit
76a479f14e
66 changed files with 313 additions and 335 deletions
|
|
@ -1,12 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./vim
|
||||
./rink.nix
|
||||
./shell.nix
|
||||
./rustfmt.nix
|
||||
./packages.nix
|
||||
./cookiecutter.nix
|
||||
];
|
||||
}
|
||||
5
config/users/kat/dev/settings.nix
Normal file
5
config/users/kat/dev/settings.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
excludes = [
|
||||
"emacs"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue