Fix
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user