mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
github config
This commit is contained in:
parent
9894ceb337
commit
8e1d5345d2
2 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue