Applications Directory Fix
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{ config, pkgs, inputs, ... }: let
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./app-fix.nix
|
||||
];
|
||||
nix.registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
@@ -15,17 +18,6 @@ in
|
||||
programs.bash.enable = true;
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
initExtra = ''
|
||||
PATH=$HOME/flutter/bin:$PATH
|
||||
DYLD_LIBRARY_PATH=MR/v99/runtime/maci64:MR/v99/sys/os/maci64:MR/v99/bin/maci64:$DYLD_LIBRARY_PATH
|
||||
flakify() {
|
||||
eval "$(direnv hook bash)"
|
||||
if [ ! -e flake.nix ]; then
|
||||
nix flake new -t github:nix-community/nix-direnv .
|
||||
fi
|
||||
$EDITOR flake.nix
|
||||
}
|
||||
'';
|
||||
shellAliases = {
|
||||
ssh = "kitty +kitten ssh";
|
||||
sshu = "ssh universe";
|
||||
@@ -54,9 +46,6 @@ flakify() {
|
||||
btop
|
||||
|
||||
cbqn-replxx
|
||||
|
||||
podman
|
||||
qemu
|
||||
]);
|
||||
# Or any other shell you're using. };
|
||||
# Auto upgrade nix package and the daemon service.
|
||||
|
||||
Reference in New Issue
Block a user