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

@@ -2,7 +2,7 @@
imports = [
./gtk.nix
./spicetify.nix
./stylix.nix
./stylixhome.nix
./starship.nix
./userpkgs.nix
./zshell.nix

View File

@@ -19,6 +19,10 @@ in {
targets = {
waybar.enable = false;
btop.enable = false;
nixvim.transparentBackground = {
main = false;
signColumn = false;
};
};
cursor = {
package = pkgs.bibata-cursors;

View File

@@ -24,6 +24,8 @@ in {
config = lib.mkIf config.movOpts.envConfig.userPkgs.enable {
home.packages = with pkgs; [
nemo
yubikey-manager
yubikey-personalization
gtk3
sqlite
gimp