diff --git a/flake.nix b/flake.nix index 7073e9e..b6dd72f 100644 --- a/flake.nix +++ b/flake.nix @@ -24,9 +24,9 @@ # Specify your home configuration modules here, for example, # the path to your home.nix. modules = [ - ./home-manager/common.nix - ./home-manager/lenny.nix - ]; + ./home-manager/common.nix + ./home-manager/lenny.nix + ]; # Optionally use extraSpecialArgs # to pass through arguments to home.nix @@ -39,8 +39,8 @@ # Specify your home configuration modules here, for example, # the path to your home.nix. modules = [ - ./home-manager/common.nix - ]; + ./home-manager/common.nix + ]; }; }; } diff --git a/home-manager/common.nix b/home-manager/common.nix index 796740b..5547512 100644 --- a/home-manager/common.nix +++ b/home-manager/common.nix @@ -31,6 +31,7 @@ #wezterm ghostty + ghostty.terminfo # Editors emacs @@ -72,6 +73,9 @@ python3 uv + # Password manager + keepassxc + #uutils-coreutils # # It is sometimes useful to fine-tune packages, for example, by applying diff --git a/jj/.config/jj/config.toml b/jj/.config/jj/config.toml index 9a2eb45..6d97a0e 100644 --- a/jj/.config/jj/config.toml +++ b/jj/.config/jj/config.toml @@ -25,3 +25,6 @@ default-command = ["log", "--reversed"] [merge-tools.delta] diff-args=["--color-only", "--side-by-side", "$left", "$right", "--width=$width"] + +[revset-aliases] +'private_commits()' = "description('[local]')"