Applications Directory Fix

This commit is contained in:
2024-01-29 10:33:08 -05:00
parent d4e4d8d604
commit 5205e6004c
2 changed files with 32 additions and 14 deletions

View File

@@ -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.