github config

This commit is contained in:
death916 2025-05-13 00:01:20 -07:00
parent 9894ceb337
commit 8e1d5345d2
2 changed files with 6 additions and 3 deletions

View file

@ -25,7 +25,7 @@
"Xcursor.size" = 16;
"Xft.dpi" = 172;
};
# Packages that should be installed to the user profile.
home.packages = with pkgs; [
# here is some command line tools I use frequently
@ -93,6 +93,9 @@
enable = true;
userName = "death916";
userEmail = "mail@trentnelson.dev";
extraConfig = {
credential.helper = "store";
};
};
# starship - an customizable prompt for any shell

View file

@ -85,7 +85,7 @@
environment.systemPackages = with pkgs; [
# Flakes clones its dependencies through the git command,
# so git must be installed first
git
git
vim
wget
tailscale
@ -95,7 +95,7 @@
hardware.bluetooth.enable = true;
hardware.blueman.enable = true;
hardware.bluetooth.package - pkgs.bluezFull;
# hardware.bluetooth.package - pkgs.bluezFull;
hardware.bluetooth.powerOnBoot = true;
# my additions