Merge branch 'main' into cosmic

This commit is contained in:
Wroclaw 2024-04-19 21:57:21 +02:00
commit 755958c603

View file

@ -17,17 +17,25 @@ let
setuptools setuptools
] ++ old.propagatedBuildInputs; ] ++ old.propagatedBuildInputs;
}); });
aliasDrag = pkgs.writeScriptBin "drag" ''
${unstablePkgs.ripdrag}/bin/ripdrag -Axd $@
'';
in in
{ {
imports = [ imports = [
./unstable-packages.nix ./unstable-packages.nix
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
aliasDrag
rangerGit rangerGit
kitty kitty
zoxide zoxide
]; ];
programs.bash.shellInit = ''
HISTCONTROL=ignoreboth
'';
programs.bash.interactiveShellInit = '' programs.bash.interactiveShellInit = ''
if test -n "$KITTY_INSTALLATION_DIR"; then if test -n "$KITTY_INSTALLATION_DIR"; then
export KITTY_SHELL_INTEGRATION="enabled,no-sudo" export KITTY_SHELL_INTEGRATION="enabled,no-sudo"