Merge branch 'main' into cosmic
This commit is contained in:
commit
755958c603
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue