feat: add git-extract script to home

This commit is contained in:
Mohammad Rafiq 2025-03-06 18:05:48 +08:00
parent e191d7455e
commit aeb847aa47
4 changed files with 295 additions and 1 deletions

View file

@ -1,4 +1,4 @@
_: {
{ pkgs, ... }: {
imports = [
./modules/git.nix # git specific configs
./modules/sh.nix # bash and other shell specific configs
@ -8,6 +8,7 @@ _: {
./modules/hyprland.nix # hyprland settings
./modules/fonts.nix # font settings
./modules/utils.nix # miscellaneous utilities
./scripts
];
# This enables using home-manager from the command line.