diff --git a/dotfiles/dolphinrc b/dotfiles/dolphinrc deleted file mode 100644 index 2f11ee4..0000000 --- a/dotfiles/dolphinrc +++ /dev/null @@ -1,24 +0,0 @@ -MenuBar=Disabled - -[DetailsMode] -PreviewSize=16 - -[General] -BrowseThroughArchives=true -EditableUrl=true -GlobalViewProps=false -ShowFullPath=true -ShowStatusBar=FullWidth -ShowZoomSlider=true -Version=202 - - -[KFileDialog Settings] -Places Icons Auto-resize=false -Places Icons Static Size=22 - -[MainWindow] -MenuBar=Disabled - -[PreviewSettings] -Plugins=audiothumbnail,avif,blenderthumbnail,comicbookthumbnail,cursorthumbnail,djvuthumbnail,ebookthumbnail,exrthumbnail,directorythumbnail,fontthumbnail,imagethumbnail,jpegthumbnail,jxl,kraorathumbnail,windowsexethumbnail,windowsimagethumbnail,mobithumbnail,opendocumentthumbnail,gsthumbnail,rawthumbnail,svgthumbnail,gdk-pixbuf-thumbnailer,ffmpegthumbs,gsf-office diff --git a/dotfiles/user-places.xbel b/dotfiles/user-places.xbel deleted file mode 100644 index 3898aa6..0000000 --- a/dotfiles/user-places.xbel +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - 4 - false - false - false - false - false - true - false - true - false - - - - Home - - - - - - 1744000668/0 - true - - - - - Downloads - - - - - - 1745377316/0 - - - - - Documents - - - - - - 1745424595/0 - - - - - Pictures - - - - - - 1745424679/2 - - - - - Videos - - - - - - 1745424689/3 - - - - - SyncBucket - - - - - - 1745424609/1 - - - - - Source - - - - - - 1745424815/4 - - - - - Nextcloud - - - - - - 1746046204/0 - - - - - bosephus - - - - - - 1745109067/0 - - - - - Trash - - - - - - 1744000668/2 - true - - - diff --git a/homes/linux-desktop.nix b/homes/linux-desktop.nix index 32b4900..7879095 100644 --- a/homes/linux-desktop.nix +++ b/homes/linux-desktop.nix @@ -142,8 +142,6 @@ in { configFile = { "plasma-workspace/env/ZED_WINDOW_DECORATIONS.sh".text = "export ZED_WINDOW_DECORATIONS=server"; - "dolphinrc".source = - mkOutOfStoreSymlink "${home-manager-repo}/dotfiles/dolphinrc"; "konsolerc".source = mkOutOfStoreSymlink "${home-manager-repo}/dotfiles/konsolerc"; "yakuakerc".source = @@ -158,8 +156,6 @@ in { ./../dotfiles/word-to-pdf.desktop; "kio/servicemenus/powerpoint-to-pdf.desktop".source = ./../dotfiles/powerpoint-to-pdf.desktop; - "user-places.xbel".source = - mkOutOfStoreSymlink "${home-manager-repo}/dotfiles/user-places.xbel"; }; }; } diff --git a/programs/zed.nix b/programs/zed.nix index 65c46cd..74c9cd5 100644 --- a/programs/zed.nix +++ b/programs/zed.nix @@ -17,29 +17,13 @@ "xml" ]; userSettings = { - agent = { + assistant = { default_model = { - provider = "copilot_chat"; - model = "claude-3.7-sonnet"; + provider = "zed.dev"; + model = "claude-3-7-sonnet-latest"; }; version = "2"; }; - auto_install_extensions = { - basher = true; - clojure = true; - cspell = true; - dockerfile = true; - earthfile = true; - git-firefly = true; - html = true; - julia = true; - latex = true; - macos-classic = true; - nix = true; - r = true; - toml = true; - xml = true; - }; buffer_font_family = "FiraCode Nerd Font"; buffer_font_size = 11; features = { edit_prediction_provider = "zed"; };