renamed some files and directories that had identical filenames. Altered some nixvim plugin options. Set up gpg signing for git commits.

This commit is contained in:
pagedmov
2024-11-10 02:57:08 -05:00
committed by pagedmov
parent 2a1ba18c09
commit 366a0c1175
15 changed files with 41 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
{ inputs, nixpkgs, config, self, username, host, lib, ... }: {
imports = [ ./hardware ./software ./environment ];
imports = [ ./hardware ./software ./sysenv ];
}