diff --git a/user/cursor/cursor.desktop b/user/cursor/cursor.desktop deleted file mode 100644 index 04ec82e..0000000 --- a/user/cursor/cursor.desktop +++ /dev/null @@ -1,15 +0,0 @@ -[Desktop Entry] -Name=Cursor -Exec=/home/lelgenio/.local/bin/cursor --enable-features=UseOzonePlatform --ozone-platform-hint=wayland %F -Path=/home/lelgenio/.local/bin -Icon=/home/lelgenio/.icons/cursor.png -Type=Application -Categories=Utility;Development; -StartupWMClass=Cursor -X-AppImage-Version=latest -Comment=Cursor is an AI-first coding environment. -MimeType=x-scheme-handler/cursor; - - -[Desktop Action new-empty-window] -Exec=/home/lelgenio/.local/bin/cursor --enable-features=UseOzonePlatformc --ozone-platform-hint --new-window %F diff --git a/user/cursor/default.nix b/user/cursor/default.nix deleted file mode 100644 index 46d32c7..0000000 --- a/user/cursor/default.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ - pkgs, - lib, - ... -}: -{ - options.cursor = { - enable = lib.mkEnableOption { }; - }; - - config = lib.mkIf config.cursor.enable { - home.file = { - "${config.home.homeDirectory}/.local/share/applications/cursor.desktop".source = ./cursor.desktop; - "${config.home.homeDirectory}/.config/Cusor/User/keybindings.json".source = - config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/projects/nixos-config/user/cursor/keybindings.json"; - "${config.home.homeDirectory}/.config/Cursor/User/settings.json".source = - config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/projects/nixos-config/user/cursor/settings.json"; - }; - }; -} diff --git a/user/cursor/keybindings.json b/user/cursor/keybindings.json deleted file mode 100644 index 0637a08..0000000 --- a/user/cursor/keybindings.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/user/cursor/settings.json b/user/cursor/settings.json deleted file mode 100644 index 08b5adb..0000000 --- a/user/cursor/settings.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "terminal.integrated.sendKeybindingsToShell": true, - "window.titleBarStyle": "custom", - "workbench.preferredDarkColorTheme": "GitHub Dark", - "workbench.preferredLightColorTheme": "GitHub Light", - "window.autoDetectColorScheme": true, - "workbench.colorTheme": "GitHub Dark", - "git.autofetch": true, - "git.confirmSync": false, - "editor.suggest.snippetsPreventQuickSuggestions": false, - "update.mode": "none", - "intelephense.files.exclude": [ - "**/.git/**", - "**/.svn/**", - "**/.hg/**", - "**/CVS/**", - "**/.DS_Store/**", - "**/node_modules/**", - "**/bower_components/**", - "**/vendor/**/{Tests,tests}/**", - "**/.history/**", - "**/vendor/**/vendor/**", - "**/.direnv/**" - ], - "intelephense.format.braces": "k&r", - "window.commandCenter": 1, - "files.exclude": { - "**/.deps": true, - "**/.direnv": true - }, - "diffEditor.renderSideBySide": false, - "laravel-pint.enable": true, - "editor.formatOnSave": true -} \ No newline at end of file diff --git a/user/gnome.nix b/user/gnome.nix index e52c3b2..85d04be 100644 --- a/user/gnome.nix +++ b/user/gnome.nix @@ -35,7 +35,6 @@ lib.mkIf (config.my.desktop == "gnome") { amberol pitivi keepassxc - menulibre libsForQt5.qt5ct libsForQt5.qtstyleplugin-kvantum