Improve Cursor AppImage compatibility with enhanced library support and environment setup
This commit is contained in:
@@ -36,5 +36,13 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# Expose the Cursor package directly
|
||||
packages.x86_64-linux.cursor =
|
||||
let
|
||||
cursorConfig = self.nixosConfigurations.cursor-system.config.home-manager.users.liam.home.packages;
|
||||
cursorPackage = builtins.elemAt cursorConfig 12; # Cursor is at index 12
|
||||
in
|
||||
cursorPackage;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user