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:
@@ -1,3 +1,3 @@
|
||||
{ inputs, nixpkgs, config, self, username, host, lib, ... }: {
|
||||
imports = [ ./hardware ./software ./environment ];
|
||||
imports = [ ./hardware ./software ./sysenv ];
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
};
|
||||
pcscd.enable = true;
|
||||
udev.enable = true;
|
||||
dbus.enable = true;
|
||||
mullvad-vpn.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user