diff --git a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix index f8a5c35..08f056f 100755 --- a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix +++ b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix @@ -39,6 +39,17 @@ in ]; keyword = "Elm"; } + { + name = "Awesome Self-Hosted"; + url = "https://github.com/awesome-selfhosted/awesome-selfhosted"; + tags = [ + "awesome" + "self-hosted" + "self" + "hosted" + ]; + keyword = "Self"; + } { name = "GitHub"; url = "https://github.com/BRBWaffles"; diff --git a/modules/home/gui/apps/code/zed/config/userSettings/config/interface/default.nix b/modules/home/gui/apps/code/zed/config/userSettings/config/interface/default.nix index f27c49c..512f1f8 100755 --- a/modules/home/gui/apps/code/zed/config/userSettings/config/interface/default.nix +++ b/modules/home/gui/apps/code/zed/config/userSettings/config/interface/default.nix @@ -17,7 +17,7 @@ in theme = "Catppuccin Macchiato"; show_copilot_suggestions = true; bracket_pairing = "always"; - relative_line_numbers = true; + relative_line_numbers = false; tabs = { file_icons = true; git_status = true;