Compare commits
No commits in common. "5e3260a57e00e967a6d5a4abb40f1db2268b8256" and "c361efb1ebadf54de271ee85212760a999c87bbb" have entirely different histories.
5e3260a57e
...
c361efb1eb
|
@ -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
|
|
|
@ -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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
[]
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -35,7 +35,6 @@ lib.mkIf (config.my.desktop == "gnome") {
|
||||||
amberol
|
amberol
|
||||||
pitivi
|
pitivi
|
||||||
keepassxc
|
keepassxc
|
||||||
menulibre
|
|
||||||
|
|
||||||
libsForQt5.qt5ct
|
libsForQt5.qt5ct
|
||||||
libsForQt5.qtstyleplugin-kvantum
|
libsForQt5.qtstyleplugin-kvantum
|
||||||
|
|
Loading…
Reference in a new issue