Small update
- Private commits in jjj - Ghostty terminfo
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -24,9 +24,9 @@
|
|||||||
# Specify your home configuration modules here, for example,
|
# Specify your home configuration modules here, for example,
|
||||||
# the path to your home.nix.
|
# the path to your home.nix.
|
||||||
modules = [
|
modules = [
|
||||||
./home-manager/common.nix
|
./home-manager/common.nix
|
||||||
./home-manager/lenny.nix
|
./home-manager/lenny.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Optionally use extraSpecialArgs
|
# Optionally use extraSpecialArgs
|
||||||
# to pass through arguments to home.nix
|
# to pass through arguments to home.nix
|
||||||
@@ -39,8 +39,8 @@
|
|||||||
# Specify your home configuration modules here, for example,
|
# Specify your home configuration modules here, for example,
|
||||||
# the path to your home.nix.
|
# the path to your home.nix.
|
||||||
modules = [
|
modules = [
|
||||||
./home-manager/common.nix
|
./home-manager/common.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,6 +31,7 @@
|
|||||||
|
|
||||||
#wezterm
|
#wezterm
|
||||||
ghostty
|
ghostty
|
||||||
|
ghostty.terminfo
|
||||||
|
|
||||||
# Editors
|
# Editors
|
||||||
emacs
|
emacs
|
||||||
@@ -72,6 +73,9 @@
|
|||||||
python3
|
python3
|
||||||
uv
|
uv
|
||||||
|
|
||||||
|
# Password manager
|
||||||
|
keepassxc
|
||||||
|
|
||||||
#uutils-coreutils
|
#uutils-coreutils
|
||||||
|
|
||||||
# # It is sometimes useful to fine-tune packages, for example, by applying
|
# # It is sometimes useful to fine-tune packages, for example, by applying
|
||||||
|
|||||||
@@ -25,3 +25,6 @@ default-command = ["log", "--reversed"]
|
|||||||
|
|
||||||
[merge-tools.delta]
|
[merge-tools.delta]
|
||||||
diff-args=["--color-only", "--side-by-side", "$left", "$right", "--width=$width"]
|
diff-args=["--color-only", "--side-by-side", "$left", "$right", "--width=$width"]
|
||||||
|
|
||||||
|
[revset-aliases]
|
||||||
|
'private_commits()' = "description('[local]')"
|
||||||
|
|||||||
Reference in New Issue
Block a user