add icecube and git config
This commit is contained in:
parent
e767060559
commit
8a9b1f2529
8 changed files with 70 additions and 30 deletions
|
|
@ -9,16 +9,17 @@
|
|||
../../programs/kanata
|
||||
../../programs/kitty
|
||||
../../programs/tmux
|
||||
../../programs/git
|
||||
];
|
||||
|
||||
# use the system-installed version of kitty on arch
|
||||
# something graphics related crashes otherwise
|
||||
programs.kitty.package = pkgs.stdenv.mkDerivation {
|
||||
name = "kitty";
|
||||
src = ./.;
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
echo "#!/usr/bin/env bash\nexec /usr/bin/kitty" > $out/bin/kitty;
|
||||
'';
|
||||
name = "kitty";
|
||||
src = ./.;
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
echo "#!/usr/bin/env bash\nexec /usr/bin/kitty" > $out/bin/kitty;
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue