diff options
Diffstat (limited to '')
| -rw-r--r-- | config/git/default.nix | 22 | ||||
| -rw-r--r-- | flake.lock | 24 | ||||
| -rw-r--r-- | machines/x/home.nix | 3 | 
3 files changed, 36 insertions, 13 deletions
| diff --git a/config/git/default.nix b/config/git/default.nix index 6dd0bea..a5109de 100644 --- a/config/git/default.nix +++ b/config/git/default.nix @@ -6,6 +6,28 @@      userName = "Raghuram Subramani";      userEmail = "raghus2247@gmail.com";      extraConfig = { +      init = { +        defaultBranch = "main"; +      }; +      format = { +        signoff = true; +      }; +      url = { +        "git@github.com:" = { +          insteadOf = [ +            "gh:" +            "github:" +          ]; +        }; + +        "git@github.com:compromyse/" = { +          insteadOf = [ +            "cm:" +            "compromyse:" +          ]; +        }; +      }; +        "filter \"lfs\"" = {           clean = "${pkgs.git-lfs}/bin/git-lfs clean -- %f";           smudge = "${pkgs.git-lfs}/bin/git-lfs smudge --skip -- %f"; @@ -7,11 +7,11 @@          ]        },        "locked": { -        "lastModified": 1745502102, -        "narHash": "sha256-LqhRwzvIVPEjH0TaPgwzqpyhW6DtCrvz7FnUJDoUZh8=", +        "lastModified": 1747742835, +        "narHash": "sha256-kYL4GCwwznsypvsnA20oyvW8zB/Dvn6K5G/tgMjVMT4=",          "owner": "nix-community",          "repo": "disko", -        "rev": "ca27b88c88948d96feeee9ed814cbd34f53d0d70", +        "rev": "df522e787fdffc4f32ed3e1fca9ed0968a384d62",          "type": "github"        },        "original": { @@ -45,11 +45,11 @@          ]        },        "locked": { -        "lastModified": 1745703610, -        "narHash": "sha256-KgaGPlmjJItZ+Xf8mSoRmrsso+sf3K54n9oIP9Q17LY=", +        "lastModified": 1748134483, +        "narHash": "sha256-5PBK1nV8X39K3qUj8B477Aa2RdbLq3m7wRxUKRtggX4=",          "owner": "nix-community",          "repo": "home-manager", -        "rev": "2f5819a962489e037a57835f63ed6ff8dbc2d5fb", +        "rev": "c1e671036224089937e111e32ea899f59181c383",          "type": "github"        },        "original": { @@ -75,11 +75,11 @@      },      "nixpkgs": {        "locked": { -        "lastModified": 1745726062, -        "narHash": "sha256-MT6x0yL3KBVYe9TK3CAS0xv62+vVAsRiCfNhKP0ODZw=", +        "lastModified": 1748167716, +        "narHash": "sha256-Y6nSFb4OZGQPLYjFg2KPEZQU1ea6HqfLGL7u1MdCSlc=",          "owner": "NixOS",          "repo": "nixpkgs", -        "rev": "99fef69887d41cf00432a3d3403ffd5a1b441372", +        "rev": "aa852f2301984fb797532cc18aa050b6a3ee694b",          "type": "github"        },        "original": { @@ -91,11 +91,11 @@      },      "nixpkgs_2": {        "locked": { -        "lastModified": 1745526057, -        "narHash": "sha256-ITSpPDwvLBZBnPRS2bUcHY3gZSwis/uTe255QgMtTLA=", +        "lastModified": 1748026106, +        "narHash": "sha256-6m1Y3/4pVw1RWTsrkAK2VMYSzG4MMIj7sqUy7o8th1o=",          "owner": "nixos",          "repo": "nixpkgs", -        "rev": "f771eb401a46846c1aebd20552521b233dd7e18b", +        "rev": "063f43f2dbdef86376cc29ad646c45c46e93234c",          "type": "github"        },        "original": { diff --git a/machines/x/home.nix b/machines/x/home.nix index c3ee263..d4aba58 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -21,11 +21,12 @@      imv      mpv -    librewolf +    firefox      chromium      spotify      postman +    obsidian      filezilla      pcmanfm | 
