remove unused crap
This commit is contained in:
parent
2750b1682a
commit
64d0b8e38e
11
home.nix
11
home.nix
@ -1,5 +1,5 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
{
|
||||
fonts.fontconfig.enable = true;
|
||||
home = {
|
||||
username = "menno";
|
||||
@ -30,15 +30,6 @@
|
||||
|
||||
git = {
|
||||
enable = true;
|
||||
contents = {
|
||||
user = {
|
||||
userName = "Menno van Leeuwen";
|
||||
userEmail = "menno@vleeuwen.me";
|
||||
};
|
||||
commit = {
|
||||
gpgSign = true;
|
||||
};
|
||||
};
|
||||
includes = [ { path = "~/.dotfiles/config/gitconfig"; } ];
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user