fix: fix
This commit is contained in:
parent
9ab8a19570
commit
2dcd176432
8 changed files with 211 additions and 219 deletions
|
|
@ -10,16 +10,27 @@ with lib.my;
|
|||
|
||||
homebrew = {
|
||||
enable = true;
|
||||
taps = [
|
||||
"cormacrelf/tap" # dark-notify
|
||||
"leoafarias/fvm" # flutter version manager
|
||||
];
|
||||
brews = [
|
||||
"cormacrelf/tap/dark-notify"
|
||||
"lima"
|
||||
"docker" # docker cli
|
||||
"docker-compose"
|
||||
"leoafarias/fvm/fvm" # flutter version manager
|
||||
"cocoapods" # flutter/other ios shit
|
||||
];
|
||||
casks = [
|
||||
"hammerspoon"
|
||||
"android-platform-tools"
|
||||
"alfred"
|
||||
"ukelele"
|
||||
"homebrew/cask-drivers/zsa-wally"
|
||||
"lens"
|
||||
# "homebrew/cask-drivers/zsa-wally"
|
||||
"thunderbird"
|
||||
"openlens"
|
||||
"ferdium"
|
||||
"discord"
|
||||
"finicky"
|
||||
"vlc"
|
||||
|
|
@ -29,6 +40,10 @@ with lib.my;
|
|||
"iterm2"
|
||||
"signal"
|
||||
"eqmac"
|
||||
"syncthing"
|
||||
"android-studio"
|
||||
"temurin"
|
||||
"whisky"
|
||||
|
||||
];
|
||||
#masApps = {
|
||||
|
|
@ -135,7 +150,7 @@ with lib.my;
|
|||
VISUAL = "nvim";
|
||||
COLORTERM = "truecolor"; # emacs tty fix
|
||||
PATH = "$PATH:$HOME/go/bin:$HOME/development/flutter/bin:/Applications/Android Studio.app/Contents/bin/:/Applications/Docker.app/Contents/Resources/bin:/Applications/Android Studio.app/Contents/jre/Contents/Home/bin";
|
||||
JAVA_HOME = "/Applications/Android Studio.app/Contents/jre/Contents/Home/";
|
||||
# JAVA_HOME = "/Applications/Android Studio.app/Contents/jre/Contents/Home/";
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
mosh
|
||||
|
|
@ -146,6 +161,7 @@ with lib.my;
|
|||
cmake
|
||||
|
||||
pandoc
|
||||
micromamba
|
||||
|
||||
#unstable.qutebrowser
|
||||
#unstable.python311Packages.adblock
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ in
|
|||
<service>
|
||||
<type>_smb._tcp</type>
|
||||
<port>445</port>
|
||||
<host-name>ds9.hailsatan.eu</host-name>
|
||||
<host-name>ds9.kangaroo-galaxy.ts.net</host-name>
|
||||
</service>
|
||||
<service>
|
||||
<type>_device-info._tcp</type>
|
||||
|
|
@ -174,7 +174,7 @@ in
|
|||
<type>_adisk._tcp</type>
|
||||
<txt-record>sys=waMa=0,adVF=0x100</txt-record>
|
||||
<txt-record>dk0=adVN=TimeMachine,adVF=0x82</txt-record>
|
||||
<host-name>ds9.hailsatan.eu</host-name>
|
||||
<host-name>ds9.kangaroo-galaxy.ts.net</host-name>
|
||||
</service>
|
||||
</service-group>
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue