This commit is contained in:
winter
2026-05-27 18:04:34 -07:00
parent fbefeba6a2
commit c67e7d779c
6 changed files with 95 additions and 8 deletions

View File

@@ -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";
};