Update to latest Zed
Nix flake update Switch to Zed with FHS Update bookmarks to the latest formulation from home-manager
This commit is contained in:
@@ -78,7 +78,10 @@ in
|
||||
};
|
||||
profiles = {
|
||||
default = {
|
||||
bookmarks = import ./gui/bookmarks.nix;
|
||||
bookmarks = {
|
||||
force = true;
|
||||
settings = import ./gui/bookmarks.nix;
|
||||
};
|
||||
id = 0;
|
||||
isDefault = true;
|
||||
search = {
|
||||
|
||||
@@ -14,7 +14,7 @@ in
|
||||
config = lib.mkIf cfg {
|
||||
home.packages = with pkgs; [
|
||||
nil
|
||||
zed-editor
|
||||
zed-editor-fhs
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user