fix: shell not configured by default and ghostty symlink
Some checks failed
/ check (push) Failing after 1m5s
Some checks failed
/ check (push) Failing after 1m5s
This commit is contained in:
parent
e1dc0e5eb8
commit
96c18c0a39
2 changed files with 2 additions and 1 deletions
|
@ -1278,7 +1278,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file."${config.xdg.configHome}/ghostty" = {
|
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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
lyte.shell.enable = lib.mkDefault true;
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config.allowUnfree = lib.mkDefault true;
|
config.allowUnfree = lib.mkDefault true;
|
||||||
overlays = [ self.flakeLib.forSelfOverlay ];
|
overlays = [ self.flakeLib.forSelfOverlay ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue