This commit is contained in:
2026-02-18 12:17:06 +01:00
parent 193cc6b9cd
commit 2287bf1943
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, import-tree, ... }: { config, import-tree, ... }:
{ {
home-manager.users.alistreaza = { home-manager.users.alistreaza = {
imports = [ imports = [
@@ -17,7 +17,7 @@
}; };
file = { file = {
"$HOME/.config/ghostty/config" = { "$HOME/.config/ghostty/config" = {
source = lib.file.mkOutOfStoreSymlink ./config/ghostty; source = ./config/ghostty;
}; };
}; };
}; };
+1 -1
View File
@@ -30,7 +30,7 @@
{ app = "/Applications/PyCharm.app"; } { app = "/Applications/PyCharm.app"; }
{ app = "/Applications/CLion.app"; } { app = "/Applications/CLion.app"; }
{ app = "/Applications/RustRover.app"; } { app = "/Applications/RustRover.app"; }
{ app = "/Applications/iTerm.app"; } { app = "/Applications/Ghostty.app"; }
]; ];
persistent-others = [ ]; persistent-others = [ ];
wvous-bl-corner = 1; wvous-bl-corner = 1;