fix: shell not configured by default and ghostty symlink
Some checks failed
/ check (push) Failing after 1m5s

This commit is contained in:
Daniel Flanagan 2025-02-16 22:21:03 -06:00
parent e1dc0e5eb8
commit 96c18c0a39
2 changed files with 2 additions and 1 deletions

View file

@ -1278,7 +1278,7 @@ in
];
home.file."${config.xdg.configHome}/ghostty" = {
source = config.lib.file.mkOutOfStoreSymlink /etc/nix/flake/modules/home-manager/ghostty;
source = config.lib.file.mkOutOfStoreSymlink /etc/nix/flake/lib/modules/home/ghostty;
};
};
};

View file

@ -33,6 +33,7 @@
];
config = {
lyte.shell.enable = lib.mkDefault true;
nixpkgs = {
config.allowUnfree = lib.mkDefault true;
overlays = [ self.flakeLib.forSelfOverlay ];