mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: lisps, hyprland changes, god knows what else
This commit is contained in:
parent
35072f0885
commit
6f044a8349
30 changed files with 673 additions and 202 deletions
|
|
@ -1,8 +1,12 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
tree,
|
||||
...
|
||||
}: {
|
||||
}: let
|
||||
inherit (lib.meta) getExe';
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
git-remote-gcrypt
|
||||
git-crypt
|
||||
|
|
@ -30,7 +34,9 @@
|
|||
inherit (tree.home.user.data) userName userEmail;
|
||||
package = pkgs.gitFull;
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
settings = {
|
||||
core = {
|
||||
};
|
||||
init = {defaultBranch = "main";};
|
||||
protocol.gcrypt.allow = "always";
|
||||
merge.conflictstyle = "diff3";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue