fix
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
# You can also split up your configuration and import pieces of it here:
|
||||
# ./nvim.nix
|
||||
inputs.spicetify-nix.homeManagerModules.spicetify
|
||||
|
||||
./programs/niri/niri.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
@@ -91,6 +93,7 @@
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
init.defaultBranch = "main";
|
||||
user.name = "winter";
|
||||
user.email = "winterekisha@gmail.com";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user